mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 22:54:17 +00:00
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; {
|
meta = with lib; {
|
||||||
description = "Windows registry hive extraction library";
|
description = "Windows registry hive extraction library";
|
||||||
license = licenses.lgpl2;
|
license = licenses.lgpl2Only;
|
||||||
homepage = "https://github.com/libguestfs/hivex";
|
homepage = "https://github.com/libguestfs/hivex";
|
||||||
maintainers = with maintainers; [offline];
|
maintainers = with maintainers; [offline];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user