diff --git a/mirror-nixos-branch.pl b/mirror-nixos-branch.pl index aba0cb2..ba355bd 100755 --- a/mirror-nixos-branch.pl +++ b/mirror-nixos-branch.pl @@ -259,7 +259,7 @@ if ($bucketReleases && $bucketReleases->head_key("$releasePrefix")) { my $now = strftime("%F %T", localtime); my $title = "$channelName release $releaseName"; - my $githubLink = "https://github.com/NixOS/nixpkgs-channels/commits/$rev"; + my $githubLink = "https://github.com/NixOS/nixpkgs/commits/$rev"; my $html = ""; $html .= "$title";