treewide: checkMeta fixes for x86_64-linux

This commit is contained in:
Vladimír Čunát
2017-12-07 07:50:47 -05:00
committed by Graham Christensen
parent ae7e3a3a41
commit 6f5d989478
116 changed files with 141 additions and 137 deletions
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Old-style RAID configuration utility";
longDescritipn = ''
longDescription = ''
Old RAID configuration utility (still under development, though).
It is fully compatible with modern kernels and mdadm recognizes
its volumes. May be needed for rescuing an older system or nuking
+1 -1
View File
@@ -53,7 +53,7 @@ stdenv.mkDerivation {
meta = {
homepage = http://sourceware.org/lvm2/;
descriptions = "Tools to support Logical Volume Management (LVM) on Linux";
description = "Tools to support Logical Volume Management (LVM) on Linux";
platforms = stdenv.lib.platforms.linux;
};
}