From 3f60593bba2fa1e846b9d5a37226738a292462f7 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 1 Jul 2021 21:50:41 +0200 Subject: [PATCH] masterpdfeditor: mark as broken, drop myself from maintainers Upstream seems have (re)moved their tarballs, thus causing the build to fail. I haven't been using this enough frequently to call myself a maintainer, so I'll remove myself from that list, too. --- pkgs/applications/misc/masterpdfeditor/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/misc/masterpdfeditor/default.nix b/pkgs/applications/misc/masterpdfeditor/default.nix index 2fd217e3cd6..72028478e6e 100644 --- a/pkgs/applications/misc/masterpdfeditor/default.nix +++ b/pkgs/applications/misc/masterpdfeditor/default.nix @@ -41,6 +41,7 @@ stdenv.mkDerivation rec { homepage = "https://code-industry.net/free-pdf-editor/"; license = licenses.unfreeRedistributable; platforms = with platforms; [ "x86_64-linux" ]; - maintainers = with maintainers; [ cmcdragonkai flokli ]; + broken = true; + maintainers = with maintainers; [ cmcdragonkai ]; }; }