boolstuff: be more specific with license

This commit is contained in:
jopejoe1
2025-09-13 21:14:32 +02:00
parent 600880d077
commit c47baecb06

View File

@@ -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;