---
 bin/reproducible_html_packages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_packages.py 
b/bin/reproducible_html_packages.py
index 0d46cce..4fc16c1 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -109,7 +109,7 @@ def gen_extra_links(package, version, suite, arch, status):
     if os.access(dbd, os.R_OK):
         url = DBD_URI + '/' + suite + '/' + arch + '/' +  package + '_' + \
               eversion + '.debbindiff.html'
-        links += '<a href="' + url + '" target="main">debbindiff</a>\n'
+        links += '<a href="' + url + '" target="main">diffoscope</a>\n'
         if not default_view:
             default_view = url
     else:
-- 
2.5.0


_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to