3
0
Fork 0
forked from mirrors/nixpkgs

kexec-tools: add license

This commit is contained in:
Markus Kowalewski 2018-08-30 00:38:33 +02:00
parent c911dc40a7
commit 887ed7ab45
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

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;
};
}