about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-01-22 21:14:54 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-01-22 21:14:54 +0100
commitb4f60bfcacdef81570eb25abde911270e21119d8 (patch)
treefa4fe4d11b16785c3572315e17079db3174d349e /pkgs/development/python-modules
parentdc62266a1c222bdc65270613430c62817d4af453 (diff)
downloadnixlib-b4f60bfcacdef81570eb25abde911270e21119d8.tar
nixlib-b4f60bfcacdef81570eb25abde911270e21119d8.tar.gz
nixlib-b4f60bfcacdef81570eb25abde911270e21119d8.tar.bz2
nixlib-b4f60bfcacdef81570eb25abde911270e21119d8.tar.lz
nixlib-b4f60bfcacdef81570eb25abde911270e21119d8.tar.xz
nixlib-b4f60bfcacdef81570eb25abde911270e21119d8.tar.zst
nixlib-b4f60bfcacdef81570eb25abde911270e21119d8.zip
python3Packages.mpd2: add hexa to maintainers
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/mpd2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/mpd2/default.nix b/pkgs/development/python-modules/mpd2/default.nix
index df7db2e7dd80..7fdf64c0e4b7 100644
--- a/pkgs/development/python-modules/mpd2/default.nix
+++ b/pkgs/development/python-modules/mpd2/default.nix
@@ -27,7 +27,7 @@ buildPythonPackage rec {
     description = "A Python client module for the Music Player Daemon";
     homepage = "https://github.com/Mic92/python-mpd2";
     license = licenses.lgpl3Plus;
-    maintainers = with maintainers; [ rvl mic92 ];
+    maintainers = with maintainers; [ rvl mic92 hexa ];
   };
 
 }