buddy: change license to lib.licenses.buddy

This commit is contained in:
jopejoe1
2026-07-11 11:14:53 +02:00
parent 9c089e7a30
commit f28abb7aab

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