bottles: redirect bugtracker to nixpkgs

This commit is contained in:
Gliczy
2024-12-20 13:59:21 +01:00
parent 89e894e714
commit d528192e74
2 changed files with 14 additions and 0 deletions
@@ -43,6 +43,7 @@ python3Packages.buildPythonApplication rec {
patches =
[
./vulkan_icd.patch
./redirect-bugtracker.patch
./remove-flatpak-check.patch
./remove-core-tab.patch
]
@@ -0,0 +1,13 @@
diff --git a/data/com.usebottles.bottles.metainfo.xml.in.in b/data/com.usebottles.bottles.metainfo.xml.in.in
index bdda5c6e..9292df50 100644
--- a/data/com.usebottles.bottles.metainfo.xml.in.in
+++ b/data/com.usebottles.bottles.metainfo.xml.in.in
@@ -52,7 +52,7 @@
<translation type="gettext">@APP_ID@</translation>
<content_rating type="oars-1.1"/>
<url type="homepage">https://usebottles.com</url>
- <url type="bugtracker">https://github.com/bottlesdevs/Bottles/issues</url>
+ <url type="bugtracker">https://github.com/NixOS/nixpkgs/issues</url>
<url type="help">https://docs.usebottles.com</url>
<url type="donation">https://usebottles.com/funding</url>
<url type="translate">https://hosted.weblate.org/engage/bottles</url>