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