xfce panel plugins: Remove me as maintainer

I am not using xfce anymore, so I do not think it is appropriate that I
maintain these packages.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2019-04-07 19:26:43 +02:00
parent 69d0465e50
commit 9172e8a7ac
3 changed files with 3 additions and 3 deletions

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
description = "Mailwatch plugin for Xfce panel";
platforms = platforms.linux;
maintainers = [ maintainers.matthiasbeyer ];
maintainers = [ ];
};
}

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
description = "MPD plugin for Xfce panel";
platforms = platforms.linux;
maintainers = [ maintainers.matthiasbeyer ];
maintainers = [ ];
};
}

View file

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
description = "A simple XFCE panel plugin that lets the user run an alarm at a specified time or at the end of a specified countdown period";
platforms = platforms.linux;
license = licenses.gpl2;
maintainers = [ maintainers.matthiasbeyer ];
maintainers = [ ];
};
}