checksec: update permanently redirected homepage URL

This commit is contained in:
Thomas Gerbet 2021-01-17 12:46:56 +01:00
parent 4a2481f0c7
commit b08f88f59f

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
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;
platforms = platforms.linux;
maintainers = with maintainers; [ thoughtpolice globin ];