mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Fix more links to point towards GitHub
This commit is contained in:
parent
7eead380be
commit
ed1423e2e4
5 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: Astra
|
Upstream-Name: Astra
|
||||||
Upstream-Contact: Joshua Goins <josh@redstrate.com>
|
Upstream-Contact: Joshua Goins <josh@redstrate.com>
|
||||||
Source: https://git.sr.ht/~redstrate/astra
|
Source: https://github.com/redstrate/astra
|
||||||
|
|
||||||
Files: .gitmodules README.md BUILDING.md FLATPAK.md CONTRIBUTING.md .build.yml .editorconfig zone.xiv.astra.yml zone.xiv.astra.desktop misc/* scripts/* .github/*
|
Files: .gitmodules README.md BUILDING.md FLATPAK.md CONTRIBUTING.md .build.yml .editorconfig zone.xiv.astra.yml zone.xiv.astra.desktop misc/* scripts/* .github/*
|
||||||
Copyright: Joshua Goins <josh@redstrate.com>
|
Copyright: Joshua Goins <josh@redstrate.com>
|
||||||
|
|
|
@ -4,7 +4,7 @@ I appreciate any code contributions to Astra, whether they are bugfixes or new f
|
||||||
|
|
||||||
## What Needs Doing
|
## What Needs Doing
|
||||||
|
|
||||||
The current TODO list can be located [here](https://todo.sr.ht/~redstrate/astra). It's the best place for feature requests and bug reports.
|
The current TODO list can be located [here](https://github.com/redstrate/astra). It's the best place for feature requests and bug reports.
|
||||||
|
|
||||||
## Where Stuff Is
|
## Where Stuff Is
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,7 @@ int main(int argc, char *argv[])
|
||||||
about.addComponent(QStringLiteral("libphysis"),
|
about.addComponent(QStringLiteral("libphysis"),
|
||||||
i18n("C bindings for physis"),
|
i18n("C bindings for physis"),
|
||||||
QString::fromLatin1(physis_get_libphysis_version()),
|
QString::fromLatin1(physis_get_libphysis_version()),
|
||||||
QStringLiteral("https://git.sr.ht/~redstrate/libphysis"),
|
QStringLiteral("https://github.com/redstrate/libphysis"),
|
||||||
KAboutLicense::GPL_V3);
|
KAboutLicense::GPL_V3);
|
||||||
about.addComponent(QStringLiteral("KDSingleApplication"),
|
about.addComponent(QStringLiteral("KDSingleApplication"),
|
||||||
i18n("Helper class for single-instance policy applications "),
|
i18n("Helper class for single-instance policy applications "),
|
||||||
|
@ -96,7 +96,7 @@ int main(int argc, char *argv[])
|
||||||
QStringLiteral("https://github.com/paolostivanin/libcotp"),
|
QStringLiteral("https://github.com/paolostivanin/libcotp"),
|
||||||
KAboutLicense::Unknown);
|
KAboutLicense::Unknown);
|
||||||
about.setDesktopFileName(QStringLiteral("zone.xiv.astra"));
|
about.setDesktopFileName(QStringLiteral("zone.xiv.astra"));
|
||||||
about.setBugAddress(QByteArrayLiteral("https://lists.sr.ht/~redstrate/public-inbox"));
|
about.setBugAddress(QByteArrayLiteral("https://github.com/redstrate/astra/issues"));
|
||||||
about.setComponentName(QStringLiteral("astra"));
|
about.setComponentName(QStringLiteral("astra"));
|
||||||
about.setProgramLogo(QStringLiteral("zone.xiv.astra"));
|
about.setProgramLogo(QStringLiteral("zone.xiv.astra"));
|
||||||
about.setOrganizationDomain(QByteArrayLiteral("xiv.zone"));
|
about.setOrganizationDomain(QByteArrayLiteral("xiv.zone"));
|
||||||
|
|
|
@ -8,5 +8,5 @@ import org.kde.coreaddons
|
||||||
FormCard.AboutPage {
|
FormCard.AboutPage {
|
||||||
aboutData: AboutData
|
aboutData: AboutData
|
||||||
donateUrl: "https://redstrate.com/fund"
|
donateUrl: "https://redstrate.com/fund"
|
||||||
getInvolvedUrl: "https://sr.ht/~redstrate/astra"
|
getInvolvedUrl: "https://github.com/redstrate/Astra/blob/main/CONTRIBUTING.md"
|
||||||
}
|
}
|
|
@ -20,11 +20,11 @@
|
||||||
<keyword translate="no">ff14</keyword>
|
<keyword translate="no">ff14</keyword>
|
||||||
</keywords>
|
</keywords>
|
||||||
<url type="homepage">https://xiv.zone/astra</url>
|
<url type="homepage">https://xiv.zone/astra</url>
|
||||||
<url type="bugtracker">https://todo.sr.ht/~redstrate/astra</url>
|
<url type="bugtracker">https://github.com/redstrate/astra/issues</url>
|
||||||
<url type="faq">https://xiv.zone/astra/faq</url>
|
<url type="faq">https://xiv.zone/astra/faq</url>
|
||||||
<url type="donation">https://redstrate.com/fund</url>
|
<url type="donation">https://redstrate.com/fund</url>
|
||||||
<url type="contact">https://redstrate.com/contact</url>
|
<url type="contact">https://redstrate.com/contact</url>
|
||||||
<url type="vcs-browser">https://sr.ht/~redstrate/astra</url>
|
<url type="vcs-browser">https://github.com/redstrate/astra</url>
|
||||||
<launchable type="desktop-id">zone.xiv.astra.desktop</launchable>
|
<launchable type="desktop-id">zone.xiv.astra.desktop</launchable>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.6.0"/>
|
<release version="0.6.0"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue