From faebe22e342fbafeb6276f9b966cb407fd7ab755 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 3 Sep 2025 22:57:38 +0200 Subject: [PATCH] libmhash: switch license to lgpl2Only --- pkgs/by-name/li/libmhash/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/li/libmhash/package.nix b/pkgs/by-name/li/libmhash/package.nix index c13761b2c69c..ce3706fe4e19 100644 --- a/pkgs/by-name/li/libmhash/package.nix +++ b/pkgs/by-name/li/libmhash/package.nix @@ -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; }; }