summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index c0ce8c6..75ef7e5 100644
--- a/urls.py
+++ b/urls.py
@@ -103,6 +103,7 @@ legacy_urls = (
('^index.php', '/'),
('^logos.php', '/art/'),
('^news.php', '/news/'),
+ ('^packages.php', '/packages/'),
)
for old_url, new_url in legacy_urls: