3
0
Fork 0
forked from mirrors/nixpkgs

hivex: clarify license

> The license for this library is LGPL v2.1, but not later versions.
This commit is contained in:
Alyssa Ross 2022-12-02 11:07:48 +00:00 committed by Alyssa Ross
parent 9c66fd5c7e
commit 49927672f7

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;