summaryrefslogtreecommitdiffstats
path: root/pkgs
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
parentdc62266a1c222bdc65270613430c62817d4af453 (diff)
python3Packages.mpd2: add hexa to maintainers
Diffstat (limited to 'pkgs')
-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 ];
};
}