forked from lix-project/lix
Fix URL set by nix-channel
This commit is contained in:
parent
9cd3ff1059
commit
259c6d3fbb
|
@ -88,7 +88,7 @@ sub update {
|
|||
my $exprs = "";
|
||||
foreach my $name (keys %channels) {
|
||||
my $url = $channels{$name};
|
||||
my $origUrl = $url;
|
||||
my $origUrl = "$url/MANIFEST";
|
||||
|
||||
# Check if $url is a redirect. If so, follow it now to ensure
|
||||
# consistency if the redirection is changed between
|
||||
|
|
Loading…
Reference in a new issue