kexec-tools: add license

This commit is contained in:
Markus Kowalewski
2018-08-30 00:38:33 +02:00
parent c911dc40a7
commit 887ed7ab45

View File

@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
homepage = http://horms.net/projects/kexec/kexec-tools;
description = "Tools related to the kexec Linux feature";
platforms = platforms.linux;
license = licenses.gpl2;
badPlatforms = platforms.riscv;
};
}