diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-19 20:56:41 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-19 20:56:41 +0200 |
commit | f4c8ee27f103c5ee501892b7801f309f5c49e7e9 (patch) | |
tree | ae0924510116c12ee7c4dac1197f02bc51b82403 /bin/templates | |
parent | 2588b1341b483446433cec2681b18b4e10694361 (diff) | |
download | jenkins.debian.net-f4c8ee27f103c5ee501892b7801f309f5c49e7e9.tar.xz |
reproducible debian: fix typo, thanks deki
Diffstat (limited to 'bin/templates')
-rw-r--r-- | bin/templates/package_page.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/templates/package_page.mustache b/bin/templates/package_page.mustache index 585a130d..c6505a6f 100644 --- a/bin/templates/package_page.mustache +++ b/bin/templates/package_page.mustache @@ -28,7 +28,7 @@ <a href="https://bugs.debian.org/src:{{package}}" title="Go to: Debian Bug Tracking Site">BTS</a> </li> <li> - <a href="hxttps://sources.debian.net/src/{{package}}/{{version}}/" title="Go to: the package source!">sources</a> + <a href="https://sources.debian.net/src/{{package}}/{{version}}/" title="Go to: the package source!">sources</a> <ul class="children"> <li> <div><a href="https://sources.debian.net/src/{{package}}/{{version}}/debian">debian/</a></div> |