From ddac10a47caf9b066b6f1b9784e3bb6facc5cd7f Mon Sep 17 00:00:00 2001 From: Peter Simons <simons@cryp.to> Date: Tue, 5 Mar 2019 12:43:50 +0100 Subject: [PATCH] xpdf: remove myself from list of maintainers --- pkgs/applications/misc/xpdf/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/misc/xpdf/default.nix b/pkgs/applications/misc/xpdf/default.nix index a2f39faaea7..eb76448391e 100644 --- a/pkgs/applications/misc/xpdf/default.nix +++ b/pkgs/applications/misc/xpdf/default.nix @@ -59,6 +59,5 @@ stdenv.mkDerivation { ''; license = with licenses; [ gpl2 gpl3 ]; platforms = platforms.unix; - maintainers = [ maintainers.peti ]; }; }