summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-06-16 18:01:17 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-06-17 13:25:11 -0300
commitc015ce79aa294af1d5affd8ff20231f9750fb545 (patch)
treeba9a63051295a51c698daa53c39b7e9ae993cdde /pkgs/desktops
parent4de0987503d777d138ac1041b26a2c44f25fcb1c (diff)
downloadnixpkgs-c015ce79aa294af1d5affd8ff20231f9750fb545.tar
nixpkgs-c015ce79aa294af1d5affd8ff20231f9750fb545.tar.gz
nixpkgs-c015ce79aa294af1d5affd8ff20231f9750fb545.tar.bz2
nixpkgs-c015ce79aa294af1d5affd8ff20231f9750fb545.tar.lz
nixpkgs-c015ce79aa294af1d5affd8ff20231f9750fb545.tar.xz
nixpkgs-c015ce79aa294af1d5affd8ff20231f9750fb545.tar.zst
nixpkgs-c015ce79aa294af1d5affd8ff20231f9750fb545.zip
Remove myself from xfce4-datetime-plugin maintainers
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-datetime-plugin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-datetime-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-datetime-plugin/default.nix
index 2ce2548ad8b..2626ea74997 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-datetime-plugin/default.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-datetime-plugin/default.nix
@@ -26,6 +26,6 @@ mkXfceDerivation {
 
   meta = with lib; {
     description = "Shows the date and time in the panel, and a calendar appears when you left-click on it";
-    maintainers = [ maintainers.AndersonTorres ];
+    maintainers = [ ];
   };
 }