mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 20:47:45 +00:00
Fix more links to point towards GitHub
(cherry picked from commit ed1423e2e4
)
This commit is contained in:
parent
bb1eb8ea4c
commit
6250768c48
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/
|
||||
Upstream-Name: Astra
|
||||
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/*
|
||||
Copyright: Joshua Goins <josh@redstrate.com>
|
||||
|
|
|
@ -6,7 +6,7 @@ Once you finished your changes, use [git send-email](https://git-send-email.io/)
|
|||
|
||||
## 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
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ int main(int argc, char *argv[])
|
|||
about.addComponent(QStringLiteral("libphysis"),
|
||||
i18n("C bindings for physis"),
|
||||
QString::fromLatin1(physis_get_libphysis_version()),
|
||||
QStringLiteral("https://git.sr.ht/~redstrate/libphysis"),
|
||||
QStringLiteral("https://github.com/redstrate/libphysis"),
|
||||
KAboutLicense::GPL_V3);
|
||||
about.addComponent(QStringLiteral("KDSingleApplication"),
|
||||
i18n("Helper class for single-instance policy applications "),
|
||||
|
@ -82,7 +82,7 @@ int main(int argc, char *argv[])
|
|||
QStringLiteral("https://github.com/paolostivanin/libcotp"),
|
||||
KAboutLicense::Unknown);
|
||||
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.setProgramLogo(QStringLiteral("zone.xiv.astra"));
|
||||
about.setOrganizationDomain(QByteArrayLiteral("xiv.zone"));
|
||||
|
|
|
@ -8,5 +8,5 @@ import org.kde.coreaddons
|
|||
FormCard.AboutPage {
|
||||
aboutData: AboutData
|
||||
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>
|
||||
</keywords>
|
||||
<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="donation">https://redstrate.com/fund</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>
|
||||
<releases>
|
||||
<release version="0.5.1"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue