libmhash: switch license to lgpl2Only

This commit is contained in:
jopejoe1
2025-09-28 18:47:21 +02:00
parent 7109d3b73d
commit faebe22e34
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
which are based on hash algorithms.
'';
homepage = "https://mhash.sourceforge.net";
license = "LGPL";
license = lib.licenses.lgpl2Only;
platforms = lib.platforms.unix;
};
}