Loading pkgs/by-name/bo/boolstuff/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/by-name/bo/boolstuff/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading