Commit 851d9a47 authored by jopejoe1's avatar jopejoe1
Browse files

buddy: switch license to mit-buddy

parent c47baecb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
  };