buddy: change license to lib.licenses.buddy (#540731)

This commit is contained in:
Alyssa Ross
2026-07-15 11:36:02 +00:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
+5
View File
@@ -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";
+1 -4
View File
@@ -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
};