summary refs log tree commit diff
path: root/pkgs/desktops/xfce
diff options
context:
space:
mode:
authorjD91mZM2 <me@krake.one>2021-02-28 17:43:38 +0100
committerjD91mZM2 <me@krake.one>2021-03-01 12:32:20 +0100
commit3a6ba9ea5b27e6e5c749f04fec9a0b124bac5fdd (patch)
tree9d7605c9ecfedc6c159384aba6b93c5a27f89e06 /pkgs/desktops/xfce
parent4ea055805bc28031c35dd3c169f539ca15c3af15 (diff)
downloadnixpkgs-3a6ba9ea5b27e6e5c749f04fec9a0b124bac5fdd.tar
nixpkgs-3a6ba9ea5b27e6e5c749f04fec9a0b124bac5fdd.tar.gz
nixpkgs-3a6ba9ea5b27e6e5c749f04fec9a0b124bac5fdd.tar.bz2
nixpkgs-3a6ba9ea5b27e6e5c749f04fec9a0b124bac5fdd.tar.lz
nixpkgs-3a6ba9ea5b27e6e5c749f04fec9a0b124bac5fdd.tar.xz
nixpkgs-3a6ba9ea5b27e6e5c749f04fec9a0b124bac5fdd.tar.zst
nixpkgs-3a6ba9ea5b27e6e5c749f04fec9a0b124bac5fdd.zip
remove me as maintainer
I don't use these tools anymore, so it makes sense I shouldn't have an
opinion on PRs that change/update them. I know it's always unfortunate
losing a reviewer, but I'm not very active anymore anyway,
unfortunately. Apologies.

From now on, I'm trying not to add too many packages into nixpkgs, since
flakes are available. I guess when I first started using Nix I got
overexcited by how easy it was to contribute, so I added things for the
sake of adding things (not because I necessarily used them).
Diffstat (limited to 'pkgs/desktops/xfce')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-vala-panel-appmenu-plugin/appmenu-gtk-module.nix2
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-vala-panel-appmenu-plugin/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-vala-panel-appmenu-plugin/appmenu-gtk-module.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-vala-panel-appmenu-plugin/appmenu-gtk-module.nix
index e35dc5922d9..44374c2822a 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-vala-panel-appmenu-plugin/appmenu-gtk-module.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-vala-panel-appmenu-plugin/appmenu-gtk-module.nix
@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Port of the Unity GTK Module";
     license = licenses.lgpl3;
-    maintainers = with maintainers; [ jD91mZM2 ];
+    maintainers = with lib.maintainers; [ ];
   };
 }
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-vala-panel-appmenu-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-vala-panel-appmenu-plugin/default.nix
index d8946c98a38..76aea188e35 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-vala-panel-appmenu-plugin/default.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-vala-panel-appmenu-plugin/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Global Menu applet for XFCE4";
     license = licenses.lgpl3;
-    maintainers = with maintainers; [ jD91mZM2 ];
+    maintainers = with lib.maintainers; [ ];
     broken = true;
   };
 }