python3Packages.mpd2: add hexa to maintainers

This commit is contained in:
Martin Weinelt 2021-01-22 21:14:54 +01:00
parent dc62266a1c
commit b4f60bfcac
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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 ];
};
}