Unverified Commit 4260e18e authored by Sebastian Johansson's avatar Sebastian Johansson Committed by GitHub
Browse files

pappl: remove self from maintainers

parent 20d28dbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}