Merge pull request #128941 from flokli/masterpdfeditor-broken

masterpdfeditor: mark as broken, drop myself from maintainers
This commit is contained in:
Florian Klink 2021-07-03 16:32:56 +02:00 committed by GitHub
commit 188eff0cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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