summaryrefslogtreecommitdiffstats
path: root/main/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'main/models.py')
-rw-r--r--main/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/models.py b/main/models.py
index e5b270e..a377187 100644
--- a/main/models.py
+++ b/main/models.py
@@ -238,7 +238,7 @@ class Package(models.Model):
return self.get_svn_link("trunk")
def get_bugs_link(self):
- return "http://bugs.archlinux.org/?project=%d&string=%s" % \
+ return "https://bugs.archlinux.org/?project=%d&string=%s" % \
(self.repo.bugs_project, self.pkgname)
def is_same_version(self, other):