Skip to content

Commit

Permalink
Update email address
Browse files Browse the repository at this point in the history
  • Loading branch information
nokyan committed Dec 24, 2024
1 parent d1fa7dc commit 8212727
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "resources"
version = "1.7.1"
authors = ["nokyan <nokyan@tuta.io>"]
authors = ["nokyan <hello@nokyan.net>"]
edition = "2021"
rust-version = "1.80.0"
homepage = "https://apps.gnome.org/app/net.nokyan.Resources/"
Expand Down
2 changes: 1 addition & 1 deletion data/net.nokyan.Resources.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<developer id="net.nokyan">
<name translate="no">nokyan</name>
</developer>
<update_contact>nokyan@tuta.io</update_contact>
<update_contact>hello@nokyan.net</update_contact>
<translation type="gettext">@gettext-package@</translation>
<launchable type="desktop-id">@app-id@.desktop</launchable>
<branding>
Expand Down
2 changes: 1 addition & 1 deletion lib/process_data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "process-data"
version = "1.7.1"
authors = ["nokyan <nokyan@tuta.io>"]
authors = ["nokyan <hello@nokyan.net>"]
edition = "2021"
rust-version = "1.80.0"
homepage = "https://apps.gnome.org/app/net.nokyan.Resources/"
Expand Down
8 changes: 4 additions & 4 deletions po/de.po
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#
# piekay <>, 2024.
# nokyan <nokyan@tuta.io>, 2022-2024.
# nokyan <hello@nokyan.net>, 2022-2024.
#
msgid ""
msgstr ""
"Project-Id-Version: resources\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-19 13:51+0200\n"
"PO-Revision-Date: 2024-10-19 13:57+0200\n"
"Last-Translator: nokyan <nokyan@tuta.io>\n"
"Language-Team: German <nokyan@tuta.io>\n"
"Last-Translator: nokyan <hello@nokyan.net>\n"
"Language-Team: German <hello@nokyan.net>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -133,7 +133,7 @@ msgstr "Probleme melden"
#. One name per line, please do not remove previous names.
#: src/application.rs:278
msgid "translator-credits"
msgstr "nokyan <nokyan@tuta.io>piekay"
msgstr "nokyan <hello@nokyan.net>piekay"

#: src/application.rs:279
msgid "Icon by"
Expand Down
13 changes: 3 additions & 10 deletions resources.doap
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">

<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:gnome="http://api.gnome.org/doap-extensions#" xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">Resources</name>
<shortdesc xml:lang="en">Keep an eye on system resources</shortdesc>
<homepage rdf:resource="https://apps.gnome.org/app/net.nokyan.Resources/"/>
<bug-database rdf:resource="https://github.com/nokyan/resources/issues/"/>

<programming-language>Rust</programming-language>
<platform>GTK 4</platform>
<platform>Libadwaita</platform>

<maintainer>
<foaf:Person>
<foaf:name>nokyan</foaf:name>
<foaf:mbox rdf:resource="mailto:nokyan@tuta.io" />
<foaf:mbox rdf:resource="mailto:hello@nokyan.net"/>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://github.com"/>
Expand All @@ -26,4 +19,4 @@
</foaf:account>
</foaf:Person>
</maintainer>
</Project>
</Project>
2 changes: 1 addition & 1 deletion src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ impl Application {
.application_name(i18n("Resources"))
.application_icon(config::APP_ID)
.developer_name(i18n("The Nalux Team"))
.developers(vec!["nokyan <nokyan@tuta.io>".to_string()])
.developers(vec!["nokyan <hello@nokyan.net>"])
.license_type(gtk::License::Gpl30)
.version(config::VERSION)
.website("https://apps.gnome.org/app/net.nokyan.Resources/")
Expand Down

0 comments on commit 8212727

Please sign in to comment.