p0f: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 16:59:52 +02:00 committed by Jon
parent 5fac10ccb1
commit cedcfede5e

View file

@ -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 ];