summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-01-31 01:30:53 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-01-31 02:49:31 -0300
commitfa2ba895133c0c326d77d91c048c6c32f5e92f67 (patch)
treefa805e36ae2ad96767778a01d8837e984662242a /pkgs
parent272e31c31085075e3e6f178764d5be81d3b51fa7 (diff)
xfce4-eyes-plugin: removing myself from maintainers list
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-eyes-plugin/default.nix19
1 files changed, 14 insertions, 5 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-eyes-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-eyes-plugin/default.nix
index 8df173d3367f..d19f0051d432 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-eyes-plugin/default.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-eyes-plugin/default.nix
@@ -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
category = "panel-plugins";
-in
-
-stdenv.mkDerivation rec {
+in stdenv.mkDerivation rec {
pname = "xfce4-eyes-plugin";
version = "4.5.1";
@@ -37,6 +46,6 @@ stdenv.mkDerivation rec {
description = "Rolling eyes (following mouse pointer) plugin for the Xfce panel";
license = licenses.gpl2Plus;
platforms = platforms.linux;
- maintainers = [ maintainers.AndersonTorres ];
+ maintainers = [ ];
};
}