lol

treewide: adopt a few packages that sandro dropped maintainership for

Nick Cao f5724ae4 d7037fa4

+9 -9
+2 -2
pkgs/development/python-modules/click/default.nix
··· 5 5 , importlib-metadata 6 6 , pytestCheckHook 7 7 8 - # large-rebuild downstream dependencies and applications 8 + # large-rebuild downstream dependencies and applications 9 9 , flask 10 10 , black 11 11 , magic-wormhole ··· 43 43 composable way, with as little code as necessary. 44 44 ''; 45 45 license = licenses.bsd3; 46 - maintainers = with maintainers; [ ]; 46 + maintainers = with maintainers; [ nickcao ]; 47 47 }; 48 48 }
+1 -1
pkgs/development/python-modules/debian/default.nix
··· 33 33 homepage = "https://salsa.debian.org/python-debian-team/python-debian"; 34 34 changelog = "https://salsa.debian.org/python-debian-team/python-debian/-/blob/master/debian/changelog"; 35 35 license = licenses.gpl2Plus; 36 - maintainers = with maintainers; [ ]; 36 + maintainers = with maintainers; [ nickcao ]; 37 37 }; 38 38 }
+1 -1
pkgs/development/python-modules/editorconfig/default.nix
··· 48 48 description = "EditorConfig File Locator and Interpreter for Python"; 49 49 homepage = "https://github.com/editorconfig/editorconfig-core-py"; 50 50 license = licenses.psfl; 51 - maintainers = with maintainers; [ ]; 51 + maintainers = with maintainers; [ nickcao ]; 52 52 }; 53 53 }
+1 -1
pkgs/development/python-modules/flask/default.nix
··· 57 57 Python web application frameworks. 58 58 ''; 59 59 license = licenses.bsd3; 60 - maintainers = with maintainers; [ ]; 60 + maintainers = with maintainers; [ nickcao ]; 61 61 }; 62 62 }
+1 -1
pkgs/development/python-modules/msgpack/default.nix
··· 35 35 homepage = "https://github.com/msgpack/msgpack-python"; 36 36 changelog = "https://github.com/msgpack/msgpack-python/blob/v${version}/ChangeLog.rst"; 37 37 license = licenses.asl20; 38 - maintainers = with maintainers; [ ]; 38 + maintainers = with maintainers; [ nickcao ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/python-modules/pkgconfig/default.nix
··· 45 45 description = "Interface Python with pkg-config"; 46 46 homepage = "https://github.com/matze/pkgconfig"; 47 47 license = licenses.mit; 48 - maintainers = with maintainers; [ ]; 48 + maintainers = with maintainers; [ nickcao ]; 49 49 }; 50 50 }
+1 -1
pkgs/development/python-modules/setuptools-scm/default.nix
··· 49 49 homepage = "https://github.com/pypa/setuptools_scm/"; 50 50 description = "Handles managing your python package versions in scm metadata"; 51 51 license = licenses.mit; 52 - maintainers = with maintainers; [ ]; 52 + maintainers = with maintainers; [ nickcao ]; 53 53 }; 54 54 }
+1 -1
pkgs/tools/system/tree/default.nix
··· 46 46 the LS_COLORS environment variable is set and output is to tty. 47 47 ''; 48 48 platforms = platforms.all; 49 - maintainers = with maintainers; [ ]; 49 + maintainers = with maintainers; [ nickcao ]; 50 50 }; 51 51 }