forked from the-distro/channel-scripts
Update github link to use nixpkgs instead of nixpkgs-channels.
This commit is contained in:
parent
8ecf042708
commit
c1b766ace2
|
@ -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>";
|
||||
|
|
Loading…
Reference in a new issue