Merge pull request #73557 from Mic92/nix-serve

nix-serve: correct license
This commit is contained in:
Florian Klink 2019-11-17 17:58:58 +01:00 committed by GitHub
commit f395b4ef51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};
}