checksec: update permanently redirected homepage URL
This commit is contained in:
parent
4a2481f0c7
commit
b08f88f59f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A tool for checking security bits on executables";
|
description = "A tool for checking security bits on executables";
|
||||||
homepage = "http://www.trapkit.de/tools/checksec.html";
|
homepage = "https://www.trapkit.de/tools/checksec/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ thoughtpolice globin ];
|
maintainers = with maintainers; [ thoughtpolice globin ];
|
||||||
|
|
Loading…
Reference in a new issue