afl: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 16:52:00 +02:00 committed by Jon
parent 19b77d4ad1
commit 58d59e58d2

View File

@ -68,7 +68,7 @@ let
also useful for seeding other, more labor or resource-intensive also useful for seeding other, more labor or resource-intensive
testing regimes down the road. testing regimes down the road.
''; '';
homepage = "http://lcamtuf.coredump.cx/afl/"; homepage = "https://lcamtuf.coredump.cx/afl/";
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
platforms = ["x86_64-linux" "i686-linux"]; platforms = ["x86_64-linux" "i686-linux"];
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ris ]; maintainers = with stdenv.lib.maintainers; [ thoughtpolice ris ];