nix-serve: correct license

see: https://github.com/edolstra/nix-serve/pull/14
This commit is contained in:
Jörg Thalheim 2019-11-17 13:14:56 +00:00
parent 3372d65468
commit 08f0e49ce9
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation {
homepage = https://github.com/edolstra/nix-serve;
description = "A utility for sharing a Nix store as a binary cache";
maintainers = [ maintainers.eelco ];
license = licenses.gpl3;
license = licenses.lgpl21;
platforms = nix.meta.platforms;
};
}