hivex: clarify license

> The license for this library is LGPL v2.1, but not later versions.
This commit is contained in:
Alyssa Ross
2023-01-11 21:55:56 +00:00
committed by Alyssa Ross
parent 9c66fd5c7e
commit 49927672f7
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Windows registry hive extraction library";
license = licenses.lgpl2;
license = licenses.lgpl2Only;
homepage = "https://github.com/libguestfs/hivex";
maintainers = with maintainers; [offline];
platforms = platforms.unix;