diff --git a/packages/htpdate/default.nix b/packages/htpdate/default.nix index 34b6d79..594f342 100644 --- a/packages/htpdate/default.nix +++ b/packages/htpdate/default.nix @@ -12,20 +12,15 @@ stdenv.mkDerivation rec { }; makeFlags = [ - "INSTALL=install" - "STRIP=${stdenv.cc.bintools.targetPrefix}strip" "prefix=$(out)" ]; - postInstall = '' - mkdir -p $out - ''; - meta = with lib; { description = "Utility to fetch time and set the system clock over HTTP"; - homepage = "http://www.vervest.org/htp/"; + homepage = "https://github.com/twekkel/htpdate"; platforms = platforms.linux; license = licenses.gpl2Plus; + maintainers = with lib.maintainers; [ julienmalka ]; }; }