This commit is contained in:
Eelco Dolstra 2007-05-02 16:06:04 +00:00
parent 93aefd9fc0
commit 34d4c9388b

View file

@ -94,7 +94,6 @@ sub update {
$url =~ /\/([^\/]+)\/?$/;
my $channelName = $1;
$channelName = "unnamed" unless defined $channelName;
print "$channelName\n";
my $fullURL = "$url/nixexprs.tar.bz2";
print "downloading Nix expressions from `$fullURL'...\n";