mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
python3Packages.mpd2: add hexa to maintainers
This commit is contained in:
parent
dc62266a1c
commit
b4f60bfcac
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||||||
description = "A Python client module for the Music Player Daemon";
|
description = "A Python client module for the Music Player Daemon";
|
||||||
homepage = "https://github.com/Mic92/python-mpd2";
|
homepage = "https://github.com/Mic92/python-mpd2";
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = with maintainers; [ rvl mic92 ];
|
maintainers = with maintainers; [ rvl mic92 hexa ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user