Skip to content

Commit b086766

Browse files
authored
kramo.hu → kramo.page (#230)
1 parent 303f2a2 commit b086766

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
The project follows the [GNOME Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct).
22

3-
If you believe that someone is violating the Code of Conduct, or have any other concerns, please contact us via [cartridges-community@kramo.hu](mailto:cartridges-community@kramo.hu).
3+
If you believe that someone is violating the Code of Conduct, or have any other concerns, please contact us via [cartridges-community@kramo.page](mailto:cartridges-community@kramo.page).

cartridges.doap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Cartridges is a simple game launcher for all of your games. It has support for i
2222
<maintainer>
2323
<foaf:Person>
2424
<foaf:name>kramo</foaf:name>
25-
<foaf:mbox rdf:resource="mailto:contact@kramo.hu" />
25+
<foaf:mbox rdf:resource="mailto:contact@kramo.page" />
2626
<foaf:account>
2727
<foaf:OnlineAccount>
2828
<foaf:accountServiceHomepage rdf:resource="https://github.com"/>
@@ -38,4 +38,4 @@ Cartridges is a simple game launcher for all of your games. It has support for i
3838
</foaf:Person>
3939
</maintainer>
4040

41-
</Project>
41+
</Project>

cartridges/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def on_about_action(self, *_args: Any) -> None:
250250
)
251251
about.set_developers(
252252
(
253-
"kramo https://kramo.hu",
253+
"kramo https://kramo.page",
254254
"Geoffrey Coulaud https://geoffrey-coulaud.fr",
255255
"Rilic https://rilic.red",
256256
"Arcitec https://github.com/Arcitec",
@@ -261,7 +261,7 @@ def on_about_action(self, *_args: Any) -> None:
261261
"Sabri Ünal https://github.com/sabriunal",
262262
)
263263
)
264-
about.set_designers(("kramo https://kramo.hu",))
264+
about.set_designers(("kramo https://kramo.page",))
265265
about.set_copyright("© 2022-2023 kramo")
266266
# Translators: Replace this with your name for it to show up in the about window
267267
about.set_translator_credits = (_("translator_credits"),)

data/hu.kramo.Cartridges.metainfo.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<url type="homepage">https://github.com/kra-mo/cartridges</url>
1212
<url type="bugtracker">https://github.com/kra-mo/cartridges/issues</url>
1313
<url type="translate">https://hosted.weblate.org/engage/cartridges/</url>
14-
<url type="contact">https://www.kramo.hu/about/</url>
14+
<url type="contact">https://www.kramo.page/about/</url>
1515
<url type="vcs-browser">https://github.com/kra-mo/cartridges</url>
1616
<url type="contribute">https://github.com/kra-mo/cartridges/blob/main/CONTRIBUTING.md</url>
1717
<!-- developer_name tag deprecated with Appstream 1.0 -->
1818
<developer_name translatable="no">kramo</developer_name>
19-
<developer id="kramo.hu">
19+
<developer id="kramo.page">
2020
<name translatable="no">kramo</name>
2121
</developer>
2222
<project_group>GNOME</project_group>

0 commit comments

Comments
 (0)