[buildinfo.debian.net] 17/35: Correct URL

Chris Lamb chris at chris-lamb.co.uk
Thu Nov 3 19:02:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository buildinfo.debian.net.

commit b5cb5325de362cbf7239be2828e04a9a06a4fbde
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Oct 23 20:50:24 2016 +0200

    Correct URL
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 bidb/packages/urls.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bidb/packages/urls.py b/bidb/packages/urls.py
index ebca341..e807f80 100644
--- a/bidb/packages/urls.py
+++ b/bidb/packages/urls.py
@@ -9,6 +9,6 @@ urlpatterns = (
 
     url(r'^sources/(?P<name>[^/]+)$', views.source,
         name='source'),
-    url(r'^binares(?P<name>[^/]+)$', views.binary,
+    url(r'^binares/(?P<name>[^/]+)$', views.binary,
         name='binary'),
 )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/buildinfo.debian.net.git



More information about the Reproducible-commits mailing list