nix-serve: correct license
see: https://github.com/edolstra/nix-serve/pull/14
This commit is contained in:
parent
3372d65468
commit
08f0e49ce9
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user