mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
buddy: change license to lib.licenses.buddy
This commit is contained in:
@@ -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