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:
parent
9c66fd5c7e
commit
49927672f7
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue