tup: clarify license
example: https://github.com/gittup/tup/blob/2867b66e7105d432dce2609538117c1e6910bc73/src/tup/tupid_list.c#L8-L9
This commit is contained in:
@@ -96,7 +96,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
your project rather than on your build system.
|
||||
'';
|
||||
homepage = "https://gittup.org/tup/";
|
||||
license = lib.licenses.gpl2;
|
||||
license = lib.licenses.gpl2Only;
|
||||
platforms = lib.platforms.unix;
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user