Unverified Commit 20d28dbc authored by Sebastian Johansson's avatar Sebastian Johansson Committed by GitHub
Browse files

lprint: remove self from maintainer list

parent c3049215
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/michaelrsweet/lprint";
    license = licenses.asl20;
    platforms = platforms.linux;
    maintainers = with maintainers; [ ChlorideCull ];
    maintainers = with maintainers; [ ];
  };
}