pappl: remove self from maintainers

This commit is contained in:
Sebastian Johansson 2024-04-28 19:50:22 +02:00 committed by GitHub
parent 20d28dbcb3
commit 4260e18e67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,6 +59,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/michaelrsweet/pappl";
license = licenses.asl20;
platforms = platforms.linux; # should also work for darwin, but requires additional work
maintainers = with maintainers; [ jonringer ChlorideCull ];
maintainers = with maintainers; [ jonringer ];
};
}