libmhash: switch license to lgpl2Only
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user