Commit c47baecb authored by jopejoe1's avatar jopejoe1
Browse files

boolstuff: be more specific with license

parent 600880d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
  meta = {
    description = "Library for operations on boolean expression binary trees";
    homepage = "http://perso.b2b2c.ca/~sarrazip/dev/boolstuff.html";
    license = "GPL";
    license = lib.licenses.gpl2Only;
    maintainers = [ lib.maintainers.marcweber ];
    mainProgram = "booldnf";
    platforms = lib.platforms.all;