Merge #59126: xfce panel plugins: Remove me as maintainer

This commit is contained in:
Vladimír Čunát 2019-04-07 20:15:06 +02:00
commit f5ab71ba28
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
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 = [ ];
};
}