From c1b766ace2a41e3e67c74771d96991ac79c77214 Mon Sep 17 00:00:00 2001 From: Jessica Dunstan Date: Sun, 14 Mar 2021 19:53:08 -0700 Subject: [PATCH] Update github link to use nixpkgs instead of nixpkgs-channels. --- mirror-nixos-branch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";