openntpd: patch in correct phase, update homepage

+2 -2
+2 -2
pkgs/tools/networking/openntpd/default.nix
··· 12 12 sha256 = "0ijsylc7a4jlpxsqa0jq1w1c7333id8pcakzl7a5749ria1xp0l5"; 13 13 }; 14 14 15 - prePatch = '' 15 + postPatch = '' 16 16 sed -i '20i#include <sys/cdefs.h>' src/ntpd.h 17 17 sed -i '19i#include <sys/cdefs.h>' src/log.c 18 18 ''; ··· 33 33 ]; 34 34 35 35 meta = with lib; { 36 - homepage = "http://www.openntpd.org/"; 36 + homepage = "https://www.openntpd.org/"; 37 37 license = licenses.bsd3; 38 38 description = "OpenBSD NTP daemon (Debian port)"; 39 39 platforms = platforms.all;