buddy: change license to lib.licenses.buddy (#540731)
This commit is contained in:
@@ -310,6 +310,11 @@ lib.mapAttrs mkLicense (
|
||||
redistributable = true;
|
||||
};
|
||||
|
||||
buddy = {
|
||||
spdxId = "Buddy";
|
||||
fullName = "Buddy License";
|
||||
};
|
||||
|
||||
bzip2 = {
|
||||
spdxId = "bzip2-1.0.6";
|
||||
fullName = "bzip2 and libbzip2 License v1.0.6";
|
||||
|
||||
@@ -32,10 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
homepage = "https://sourceforge.net/projects/buddy/";
|
||||
description = "Binary decision diagram package";
|
||||
license = {
|
||||
url = "https://sourceforge.net/p/buddy/gitcode/ci/master/tree/README";
|
||||
fullName = "Buddy License";
|
||||
};
|
||||
license = lib.licenses.buddy;
|
||||
|
||||
platforms = lib.platforms.unix; # Once had cygwin problems
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user