Merge #59126: xfce panel plugins: Remove me as maintainer
This commit is contained in:
commit
f5ab71ba28
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
|
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
|
||||||
description = "Mailwatch plugin for Xfce panel";
|
description = "Mailwatch plugin for Xfce panel";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.matthiasbeyer ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
|
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
|
||||||
description = "MPD plugin for Xfce panel";
|
description = "MPD plugin for Xfce panel";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.matthiasbeyer ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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";
|
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;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.matthiasbeyer ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user