about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorKonrad Borowski <konrad@borowski.pw>2020-04-24 16:59:52 +0200
committerJon <jonringer@users.noreply.github.com>2020-04-24 19:44:59 -0700
commitcedcfede5eaadc4df07b2a118c18cf12e3b0d645 (patch)
tree140cab72a56e35bf552b19bdb71ac0bad899aec6 /pkgs/tools
parent5fac10ccb1d12cdafaf879066d48aed91cbd86ed (diff)
p0f: update homepage link to use HTTPS
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/p0f/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/p0f/default.nix b/pkgs/tools/security/p0f/default.nix
index 1e618cdce1ad9..02d888b725ff5 100644
--- a/pkgs/tools/security/p0f/default.nix
+++ b/pkgs/tools/security/p0f/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "Passive network reconnaissance and fingerprinting tool";
-    homepage    = "http://lcamtuf.coredump.cx/p0f3/";
+    homepage    = "https://lcamtuf.coredump.cx/p0f3/";
     license     = stdenv.lib.licenses.lgpl21;
     platforms   = stdenv.lib.platforms.linux;
     maintainers = [ stdenv.lib.maintainers.thoughtpolice ];