jedit, matio, proj: remove myself from meta.maintainers

This commit is contained in:
Vincent Laporte 2022-08-01 09:37:03 +02:00
parent a54fb7fc4c
commit aee62d6bca
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
4 changed files with 4 additions and 4 deletions

@ -58,6 +58,6 @@ stdenv.mkDerivation {
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = [ maintainers.vbgl ];
maintainers = [ ];
};
}

@ -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;
};

@ -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 ];
};
}

@ -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 ];
};
}