Update github link to use nixpkgs instead of nixpkgs-channels.

This commit is contained in:
Jessica Dunstan 2021-03-14 19:53:08 -07:00
parent 8ecf042708
commit c1b766ace2

View file

@ -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><head>";
$html .= "<title>$title</title></head>";