checksec: add homepage
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
7d561c5ba9
commit
6a88b95ac7
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "A tool for checking security bits on executables";
|
||||
homepage = "http://www.trapkit.de/tools/checksec.html";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||
|
|
Loading…
Reference in New Issue