lol

Merge pull request #176508 from kvark/unmaintain-kvark

Remove kvark from maintaining Mozilla packages

authored by

Martin Weinelt and committed by
GitHub
673f67d8 c1d92e63

+9 -16
-7
maintainers/maintainer-list.nix
··· 7056 githubId = 449813; 7057 name = "Roman Kuznetsov"; 7058 }; 7059 - kvark = { 7060 - name = "Dzmitry Malyshau"; 7061 - email = "kvark@fastmail.com"; 7062 - matrix = "@kvark:matrix.org"; 7063 - github = "kvark"; 7064 - githubId = 107301; 7065 - }; 7066 kwohlfahrt = { 7067 email = "kai.wohlfahrt@gmail.com"; 7068 github = "kwohlfahrt";
··· 7056 githubId = 449813; 7057 name = "Roman Kuznetsov"; 7058 }; 7059 kwohlfahrt = { 7060 email = "kai.wohlfahrt@gmail.com"; 7061 github = "kwohlfahrt";
+1 -1
pkgs/applications/misc/bikeshed/default.nix
··· 72 ''; 73 homepage = "https://tabatkins.github.io/bikeshed/"; 74 license = licenses.cc0; 75 - maintainers = [ maintainers.kvark ]; 76 }; 77 }
··· 72 ''; 73 homepage = "https://tabatkins.github.io/bikeshed/"; 74 license = licenses.cc0; 75 + maintainers = []; 76 }; 77 }
+1 -1
pkgs/applications/misc/moz-phab/default.nix
··· 53 ''; 54 homepage = "https://moz-conduit.readthedocs.io/en/latest/phabricator-user.html"; 55 license = licenses.mpl20; 56 - maintainers = [ maintainers.kvark ]; 57 platforms = platforms.unix; 58 }; 59 }
··· 53 ''; 54 homepage = "https://moz-conduit.readthedocs.io/en/latest/phabricator-user.html"; 55 license = licenses.mpl20; 56 + maintainers = []; 57 platforms = platforms.unix; 58 }; 59 }
+1 -1
pkgs/development/python-modules/glean-parser/default.nix
··· 63 description = "Tools for parsing the metadata for Mozilla's glean telemetry SDK"; 64 homepage = "https://github.com/mozilla/glean_parser"; 65 license = licenses.mpl20; 66 - maintainers = with maintainers; [ kvark ]; 67 }; 68 }
··· 63 description = "Tools for parsing the metadata for Mozilla's glean telemetry SDK"; 64 homepage = "https://github.com/mozilla/glean_parser"; 65 license = licenses.mpl20; 66 + maintainers = with maintainers; []; 67 }; 68 }
+1 -1
pkgs/development/python-modules/glean-sdk/default.nix
··· 63 description = "Telemetry client libraries and are a part of the Glean project"; 64 homepage = "https://mozilla.github.io/glean/book/index.html"; 65 license = licenses.mpl20; 66 - maintainers = with maintainers; [ kvark ]; 67 }; 68 }
··· 63 description = "Telemetry client libraries and are a part of the Glean project"; 64 homepage = "https://mozilla.github.io/glean/book/index.html"; 65 license = licenses.mpl20; 66 + maintainers = []; 67 }; 68 }
+1 -1
pkgs/development/python-modules/json-home-client/default.nix
··· 35 description = "Client class for calling http+json APIs in Python"; 36 homepage = "https://github.com/plinss/json_home_client"; 37 license = licenses.mit; 38 - maintainers = [ maintainers.kvark ]; 39 }; 40 }
··· 35 description = "Client class for calling http+json APIs in Python"; 36 homepage = "https://github.com/plinss/json_home_client"; 37 license = licenses.mit; 38 + maintainers = []; 39 }; 40 }
+1 -1
pkgs/development/python-modules/python-hglib/default.nix
··· 27 description = "Library with a fast, convenient interface to Mercurial. It uses Mercurial’s command server for communication with hg."; 28 homepage = "https://www.mercurial-scm.org/wiki/PythonHglibs"; 29 license = licenses.mit; 30 - maintainers = [ maintainers.kvark ]; 31 }; 32 }
··· 27 description = "Library with a fast, convenient interface to Mercurial. It uses Mercurial’s command server for communication with hg."; 28 homepage = "https://www.mercurial-scm.org/wiki/PythonHglibs"; 29 license = licenses.mit; 30 + maintainers = []; 31 }; 32 }
+1 -1
pkgs/development/python-modules/result/default.nix
··· 40 description = "A simple Result type for Python 3 inspired by Rust, fully type annotated"; 41 homepage = "https://github.com/rustedpy/result"; 42 license = licenses.mit; 43 - maintainers = [ maintainers.kvark ]; 44 }; 45 }
··· 40 description = "A simple Result type for Python 3 inspired by Rust, fully type annotated"; 41 homepage = "https://github.com/rustedpy/result"; 42 license = licenses.mit; 43 + maintainers = []; 44 }; 45 }
+1 -1
pkgs/development/python-modules/uri-template/default.nix
··· 25 description = "An implementation of RFC 6570 URI Templates"; 26 homepage = "https://github.com/plinss/uri_template/"; 27 license = licenses.mit; 28 - maintainers = [ maintainers.kvark ]; 29 }; 30 }
··· 25 description = "An implementation of RFC 6570 URI Templates"; 26 homepage = "https://github.com/plinss/uri_template/"; 27 license = licenses.mit; 28 + maintainers = []; 29 }; 30 }
+1 -1
pkgs/development/python-modules/widlparser/default.nix
··· 33 description = "Stand-alone WebIDL Parser in Python"; 34 homepage = "https://github.com/plinss/widlparser"; 35 license = licenses.mit; 36 - maintainers = [ maintainers.kvark ]; 37 }; 38 }
··· 33 description = "Stand-alone WebIDL Parser in Python"; 34 homepage = "https://github.com/plinss/widlparser"; 35 license = licenses.mit; 36 + maintainers = []; 37 }; 38 }