kexec-tools: add license
This commit is contained in:
parent
c911dc40a7
commit
887ed7ab45
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://horms.net/projects/kexec/kexec-tools;
|
homepage = http://horms.net/projects/kexec/kexec-tools;
|
||||||
description = "Tools related to the kexec Linux feature";
|
description = "Tools related to the kexec Linux feature";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.gpl2;
|
||||||
badPlatforms = platforms.riscv;
|
badPlatforms = platforms.riscv;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user