Merge pull request #73557 from Mic92/nix-serve
nix-serve: correct license
This commit is contained in:
commit
f395b4ef51
@ -39,7 +39,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = https://github.com/edolstra/nix-serve;
|
homepage = https://github.com/edolstra/nix-serve;
|
||||||
description = "A utility for sharing a Nix store as a binary cache";
|
description = "A utility for sharing a Nix store as a binary cache";
|
||||||
maintainers = [ maintainers.eelco ];
|
maintainers = [ maintainers.eelco ];
|
||||||
license = licenses.gpl3;
|
license = licenses.lgpl21;
|
||||||
platforms = nix.meta.platforms;
|
platforms = nix.meta.platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user