Commit 20c9e196 authored by superherointj's avatar superherointj
Browse files

SDL2: remove superherointj as maintainer

parent 446d8070
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -170,6 +170,6 @@ stdenv.mkDerivation rec {
    homepage = "http://www.libsdl.org/";
    license = licenses.zlib;
    platforms = platforms.all;
    maintainers = with maintainers; [ cpages superherointj ];
    maintainers = with maintainers; [ cpages ];
  };
}