about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-12-27 13:51:11 -0500
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-12-27 13:51:11 -0500
commit292617312315ed5e7a7aaa48ed2ef9c640262f68 (patch)
tree6a06f6efb1cbcb2643dbfc64a14501cadfab46da
parent8e9741ed4937ca020c7097257ef4aa1259776d98 (diff)
downloadnixlib-292617312315ed5e7a7aaa48ed2ef9c640262f68.tar
nixlib-292617312315ed5e7a7aaa48ed2ef9c640262f68.tar.gz
nixlib-292617312315ed5e7a7aaa48ed2ef9c640262f68.tar.bz2
nixlib-292617312315ed5e7a7aaa48ed2ef9c640262f68.tar.lz
nixlib-292617312315ed5e7a7aaa48ed2ef9c640262f68.tar.xz
nixlib-292617312315ed5e7a7aaa48ed2ef9c640262f68.tar.zst
nixlib-292617312315ed5e7a7aaa48ed2ef9c640262f68.zip
pythonPackages.pyslurm: add bhipple to maintainers
-rw-r--r--pkgs/development/python-modules/pyslurm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pyslurm/default.nix b/pkgs/development/python-modules/pyslurm/default.nix
index 506aa7ac0dd7..7b0fba1a5aee 100644
--- a/pkgs/development/python-modules/pyslurm/default.nix
+++ b/pkgs/development/python-modules/pyslurm/default.nix
@@ -21,6 +21,6 @@ buildPythonPackage rec {
     homepage = https://github.com/PySlurm/pyslurm;
     description = "Python bindings to Slurm";
     license = licenses.gpl2;
-    maintainers = [];
+    maintainers = with maintainers; [ bhipple ];
   };
 }