1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libdislocator: update homepage link to use HTTPS

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

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = "http://lcamtuf.coredump.cx/afl/";
homepage = "https://lcamtuf.coredump.cx/afl/";
description = ''
Drop-in replacement for the libc allocator which improves
the odds of bumping into heap-related security bugs in