Commit 5207dff2 authored by Ivan Kozik's avatar Ivan Kozik
Browse files

postgresqlPackages.pgroonga: remove myself from maintainers

parent 3303fbfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
    homepage = "https://pgroonga.github.io/";
    license = licenses.postgresql;
    platforms = postgresql.meta.platforms;
    maintainers = with maintainers; [ DerTim1 ivan ];
    maintainers = with maintainers; [ DerTim1 ];
  };
}