mpd-notifiction: Add matthiasbeyer as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
@@ -57,7 +57,10 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Notifications for mpd";
|
description = "Notifications for mpd";
|
||||||
homepage = "https://github.com/eworm-de/mpd-notification";
|
homepage = "https://github.com/eworm-de/mpd-notification";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ CaitlinDavitt ];
|
maintainers = with maintainers; [
|
||||||
|
CaitlinDavitt
|
||||||
|
matthiasbeyer
|
||||||
|
];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
mainProgram = "mpd-notification";
|
mainProgram = "mpd-notification";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user