about summary refs log tree commit diff
path: root/pkgs/development/python-modules/click
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-03-23 06:01:55 +0000
committerGitHub <noreply@github.com>2022-03-23 06:01:55 +0000
commitc80dabe3b1b9bec6ae59cf405d9e77d226de1129 (patch)
tree4861b1c798488b322005e2d1792eb5d79ec2f05b /pkgs/development/python-modules/click
parentf0717ed92b3f207461ce33f71f7d4691a32941b3 (diff)
parent965d0ba5facfbb72a3c5f0282c359856be1e7cc6 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules/click')
-rw-r--r--pkgs/development/python-modules/click/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/click/default.nix b/pkgs/development/python-modules/click/default.nix
index edab4e5caac56..528f497568f00 100644
--- a/pkgs/development/python-modules/click/default.nix
+++ b/pkgs/development/python-modules/click/default.nix
@@ -37,5 +37,6 @@ buildPythonPackage rec {
       composable way, with as little code as necessary.
     '';
     license = licenses.bsd3;
+    maintainers = with maintainers; [ SuperSandro2000 ];
   };
 }