Skip to content

Commit 4b8d5ec

Browse files
committed
Fix issue template link
broken with NixOS/nixpkgs#391926
1 parent a2553e5 commit 4b8d5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1>NixOS<br>Reproducible Builds</h1>
3939
However, this alone is not sufficient: builds may still leak
4040
timestamps or have other nondeterminisms. For nixpkgs, such problems are tracked
4141
with the <a href="https://github.com/NixOS/nixpkgs/issues?q=is%3Aopen+is%3Aissue+label%3A%226.topic%3A+reproducible+builds%22">'reproducible builds' issue tag</a>.
42-
You can report a new issue using the <a href="https://github.com/NixOS/nixpkgs/issues/new?template=10_unreproducible_package.yml">issue template</a>.
42+
You can report a new issue using the <a href="https://github.com/NixOS/nixpkgs/issues/new?template=09_unreproducible_package.yml">issue template</a>.
4343
</p>
4444
<h2>Checking reproducibility</h2>
4545
<p>

0 commit comments

Comments
 (0)