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

main
Vincent Laporte 2 years ago
parent a54fb7fc4c
commit aee62d6bca
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
  1. 2
      pkgs/applications/editors/jedit/default.nix
  2. 2
      pkgs/development/libraries/matio/default.nix
  3. 2
      pkgs/development/libraries/proj/7.nix
  4. 2
      pkgs/development/libraries/proj/default.nix

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

Loading…
Cancel
Save