nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

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

authored by

Bobby Rong and committed by
GitHub
eeda28cd d7f89367

+4 -4
+1 -1
pkgs/applications/editors/jedit/default.nix
··· 58 58 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 59 59 license = licenses.gpl2; 60 60 platforms = platforms.unix; 61 - maintainers = [ maintainers.vbgl ]; 61 + maintainers = [ ]; 62 62 }; 63 63 }
+1 -1
pkgs/development/libraries/matio/default.nix
··· 11 11 description = "A C library for reading and writing Matlab MAT files"; 12 12 homepage = "http://matio.sourceforge.net/"; 13 13 license = licenses.bsd2; 14 - maintainers = [ maintainers.vbgl ]; 14 + maintainers = [ ]; 15 15 mainProgram = "matdump"; 16 16 platforms = platforms.all; 17 17 };
+1 -1
pkgs/development/libraries/proj/7.nix
··· 54 54 homepage = "https://proj4.org"; 55 55 license = licenses.mit; 56 56 platforms = platforms.unix; 57 - maintainers = with maintainers; [ vbgl dotlambda ]; 57 + maintainers = with maintainers; [ dotlambda ]; 58 58 }; 59 59 }
+1 -1
pkgs/development/libraries/proj/default.nix
··· 54 54 homepage = "https://proj.org/"; 55 55 license = licenses.mit; 56 56 platforms = platforms.unix; 57 - maintainers = with maintainers; [ vbgl dotlambda ]; 57 + maintainers = with maintainers; [ dotlambda ]; 58 58 }; 59 59 }