xfce4-eyes-plugin: removing myself from maintainers list

This commit is contained in:
AndersonTorres 2021-01-31 01:30:53 -03:00
parent 272e31c310
commit fa2ba89513

View File

@ -1,10 +1,19 @@
{ lib, stdenv, fetchurl, pkg-config, intltool, libxfce4util, xfce4-panel, libxfce4ui, xfconf, gtk3, xfce }: { lib
, stdenv
, fetchurl
, pkg-config
, intltool
, libxfce4util
, xfce4-panel
, libxfce4ui
, xfconf
, gtk3
, xfce
}:
let let
category = "panel-plugins"; category = "panel-plugins";
in in stdenv.mkDerivation rec {
stdenv.mkDerivation rec {
pname = "xfce4-eyes-plugin"; pname = "xfce4-eyes-plugin";
version = "4.5.1"; version = "4.5.1";
@ -37,6 +46,6 @@ stdenv.mkDerivation rec {
description = "Rolling eyes (following mouse pointer) plugin for the Xfce panel"; description = "Rolling eyes (following mouse pointer) plugin for the Xfce panel";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.AndersonTorres ]; maintainers = [ ];
}; };
} }