Merge remote-tracking branch 'origin/master' into staging
Conflicts: pkgs/stdenv/generic/default.nix
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
homepage = http://ncompress.sourceforge.net/;
|
||||
license = "public domain";
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
description = "A fast, simple LZW file compressor";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
homepage = http://zsync.moria.org.uk/;
|
||||
description = "File distribution system using the rsync algorithm";
|
||||
license = "free";
|
||||
license = stdenv.lib.licenses.free;
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; all;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user