Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed Sep 15, 2024
1 parent 529f0f9 commit 7338123
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions cassette.doap
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
<description>
GTK/Adwaita application that allows you to use Yandex Music service on Linux operating systems
</description>
<homepage rdf:resource="https://github.com/Rirusha/Cassette" />
<download-page rdf:resource="https://github.com/Rirusha/Cassette/tags" />
<bug-database rdf:resource="https://github.com/Rirusha/Cassette/issues" />
<homepage rdf:resource="https://gitlab.gnome.org/Rirusha/Cassette" />
<download-page rdf:resource="https://gitlab.gnome.org/Rirusha/Cassette/-/tags" />
<bug-database rdf:resource="https://gitlab.gnome.org/Rirusha/Cassette/-/issues" />

<programming-language>Vala</programming-language>
<platform>GTK 4</platform>
Expand All @@ -70,7 +70,7 @@
<foaf:mbox rdf:resource="mailto:[email protected]" />
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://github.com"/>
<foaf:accountServiceHomepage rdf:resource="https://gitlab.gnome.org"/>
<foaf:accountName>Rirusha</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
Expand Down
14 changes: 7 additions & 7 deletions data/io.github.Rirusha.Cassette.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@
</content_rating>
<screenshots>
<screenshot type="default">
<image>https://github.com/Rirusha/Cassette/blob/master/data/images/1-liked.png?raw=true</image>
<image>https://gitlab.gnome.org/Rirusha/Cassette/-/raw/main/data/images/1-liked.png</image>
</screenshot>
<screenshot>
<image>https://github.com/Rirusha/Cassette/blob/master/data/images/2-playlists.png?raw=true</image>
<image>https://gitlab.gnome.org/Rirusha/Cassette/-/raw/main/data/images/2-playlists.png</image>
</screenshot>
<screenshot>
<image>https://github.com/Rirusha/Cassette/blob/master/data/images/3-lyrics.png?raw=true</image>
<image>https://gitlab.gnome.org/Rirusha/Cassette/-/raw/main/data/images/3-lyrics.png</image>
</screenshot>
<screenshot>
<image>https://github.com/Rirusha/Cassette/blob/master/data/images/4-queue.png?raw=true</image>
<image>https://gitlab.gnome.org/Rirusha/Cassette/-/raw/main/data/images/4-queue.png</image>
</screenshot>
<screenshot>
<image>https://github.com/Rirusha/Cassette/blob/master/data/images/5-main-settings.png?raw=true</image>
<image>https://gitlab.gnome.org/Rirusha/Cassette/-/raw/main/data/images/5-main-settings.png</image>
</screenshot>
</screenshots>
<summary>Unofficial Yandex.Music client</summary>
Expand Down Expand Up @@ -132,8 +132,8 @@
</description>
</release>
</releases>
<url type="homepage">https://github.com/Rirusha/Cassette</url>
<url type="bugtracker">https://github.com/Rirusha/Cassette/issues</url>
<url type="homepage">https://gitlab.gnome.org/Rirusha/Cassette</url>
<url type="bugtracker">https://gitlab.gnome.org/Rirusha/Cassette/-/issues</url>
<url type="help">https://t.me/CassetteGNOME_Discussion</url>
<developer_name>Rirusha</developer_name>
</component>
4 changes: 2 additions & 2 deletions src/about.vala
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
namespace Cassette {

public Adw.AboutDialog build_about_dialog () {
const string RIRUSHA = "Rirusha https://github.com/Rirusha";
const string RIRUSHA = "Rirusha https://gitlab.gnome.org/Rirusha";
const string TELEGRAM_CHAT = "https://t.me/CassetteGNOME_Discussion";
const string TELEGRAM_CHANNEL = "https://t.me/CassetteGNOME_Devlog";
const string ISSUE_LINK = "https://github.com/Rirusha/Cassette/issues/new";
const string ISSUE_LINK = "https://gitlab.gnome.org/Rirusha/Cassette/-/issues";
const string TINKOFF_SUPPORT_LINK = "https://www.tinkoff.ru/cf/21GCxLuFuE9";
const string BOOSTY_SUPPORT_LINK = "https://boosty.to/rirusha/donate";

Expand Down

0 comments on commit 7338123

Please sign in to comment.