buddy: switch license to mit-buddy

This commit is contained in:
jopejoe1
2025-09-13 21:14:52 +02:00
parent c47baecb06
commit 851d9a4704

View File

@@ -27,7 +27,10 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://sourceforge.net/projects/buddy/";
description = "Binary decision diagram package";
license = "as-is";
license = {
url = "https://sourceforge.net/p/buddy/gitcode/ci/master/tree/README";
fullName = "Buddy License";
};
platforms = lib.platforms.unix; # Once had cygwin problems
};