about summary refs log tree commit diff
path: root/pkgs/development/python-modules/jira
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2023-10-24 13:09:45 +0200
committerRobin Gloster <mail@glob.in>2023-10-24 13:09:45 +0200
commite5d552f5b94c26e574a6333060d0864760034ee3 (patch)
tree86d415170797811aa02044da510834bf64ae0c0d /pkgs/development/python-modules/jira
parent55c91c44e51ee7ae78a20212d2ee29e01c088dcb (diff)
treewide: update globin's maintainership
Diffstat (limited to 'pkgs/development/python-modules/jira')
-rw-r--r--pkgs/development/python-modules/jira/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/jira/default.nix b/pkgs/development/python-modules/jira/default.nix
index a25690408dcae..fa7e2b18e6f4c 100644
--- a/pkgs/development/python-modules/jira/default.nix
+++ b/pkgs/development/python-modules/jira/default.nix
@@ -64,6 +64,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/pycontribs/jira";
     changelog = "https://github.com/pycontribs/jira/releases/tag/${version}";
     license = licenses.bsd2;
-    maintainers = with maintainers; [ globin ];
+    maintainers = with maintainers; [ ];
   };
 }