aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/mpd
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-01-17 05:13:23 +0000
committerYegor Timoshenko <yegortimoshenko@riseup.net>2018-01-17 05:17:33 +0000
commit506c89c30af888a33cf013f418b544638dae1b27 (patch)
treead8c8526c4d1f19eb19c21b02b7c8527491ddf87 /pkgs/servers/mpd
parent846b5c42f19fe2ea8deb58f072d5c2df56605d19 (diff)
maintainers: remove mornfall from packages
Diffstat (limited to 'pkgs/servers/mpd')
-rw-r--r--pkgs/servers/mpd/clientlib.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mpd/clientlib.nix b/pkgs/servers/mpd/clientlib.nix
index d9adc0f31029..269b20dbebba 100644
--- a/pkgs/servers/mpd/clientlib.nix
+++ b/pkgs/servers/mpd/clientlib.nix
@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
homepage = https://www.musicpd.org/libs/libmpdclient/;
license = licenses.gpl2;
platforms = platforms.unix;
- maintainers = with maintainers; [ mornfall ehmry ];
+ maintainers = with maintainers; [ ehmry ];
};
}