diff options
-rw-r--r-- | packages/templatetags/package_extras.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/templatetags/package_extras.py b/packages/templatetags/package_extras.py index 66fb5e7c..a2f2387e 100644 --- a/packages/templatetags/package_extras.py +++ b/packages/templatetags/package_extras.py @@ -123,7 +123,7 @@ def bug_report(package): @register.simple_tag def flag_unfree(package): - url = "https://bugs.parabolagnulinux.org/bugs/issue" + url = "//bugs.parabolagnulinux.org/bugs/issue" data = { '@template': 'item', 'keyword': 'packages,unfree', |