lvm2: add license
This commit is contained in:
parent
12302a2e22
commit
03a41ab5ec
@ -78,11 +78,12 @@ stdenv.mkDerivation {
|
|||||||
cp scripts/lvm2_activation_generator_systemd_red_hat $out/lib/systemd/system-generators
|
cp scripts/lvm2_activation_generator_systemd_red_hat $out/lib/systemd/system-generators
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://sourceware.org/lvm2/;
|
homepage = http://sourceware.org/lvm2/;
|
||||||
description = "Tools to support Logical Volume Management (LVM) on Linux";
|
description = "Tools to support Logical Volume Management (LVM) on Linux";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [raskin];
|
license = with licenses; [ gpl2 bsd2 lgpl21 ];
|
||||||
|
maintainers = with maintainers; [raskin];
|
||||||
inherit version;
|
inherit version;
|
||||||
downloadPage = "ftp://sources.redhat.com/pub/lvm2/";
|
downloadPage = "ftp://sources.redhat.com/pub/lvm2/";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user