Merge pull request #184523 from vbgl/update-meta.maintainers

jedit, matio, proj: remove myself from meta.maintainers
This commit is contained in:
Bobby Rong
2022-08-02 11:39:47 +08:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -58,6 +58,6 @@ stdenv.mkDerivation {
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = [ maintainers.vbgl ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
description = "A C library for reading and writing Matlab MAT files";
homepage = "http://matio.sourceforge.net/";
license = licenses.bsd2;
maintainers = [ maintainers.vbgl ];
maintainers = [ ];
mainProgram = "matdump";
platforms = platforms.all;
};
+1 -1
View File
@@ -54,6 +54,6 @@ stdenv.mkDerivation rec {
homepage = "https://proj4.org";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ vbgl dotlambda ];
maintainers = with maintainers; [ dotlambda ];
};
}
+1 -1
View File
@@ -54,6 +54,6 @@ stdenv.mkDerivation rec {
homepage = "https://proj.org/";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ vbgl dotlambda ];
maintainers = with maintainers; [ dotlambda ];
};
}