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

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