From 3a6ba9ea5b27e6e5c749f04fec9a0b124bac5fdd Mon Sep 17 00:00:00 2001 From: jD91mZM2 Date: Sun, 28 Feb 2021 17:43:38 +0100 Subject: 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). --- .../xfce4-vala-panel-appmenu-plugin/appmenu-gtk-module.nix | 2 +- .../xfce/panel-plugins/xfce4-vala-panel-appmenu-plugin/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/desktops/xfce') 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; }; } -- cgit 1.4.1