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.
This commit is contained in:
Florian Klink 2021-07-01 21:50:41 +02:00
parent f4ccef0999
commit 3f60593bba

View file

@ -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 ];
};
}