From c955c131f7e26370f44583a2dc1ca01bbe5584b9 Mon Sep 17 00:00:00 2001 From: gnidorah Date: Wed, 27 Dec 2017 10:21:34 +0300 Subject: [PATCH] rootston module, orbment/bemenu: change my maintainership --- nixos/modules/programs/rootston.nix | 2 +- pkgs/applications/window-managers/orbment/bemenu.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/modules/programs/rootston.nix b/nixos/modules/programs/rootston.nix index c2ae01e5270c..1946b1db657b 100644 --- a/nixos/modules/programs/rootston.nix +++ b/nixos/modules/programs/rootston.nix @@ -99,5 +99,5 @@ in { programs.dconf.enable = mkDefault true; }; - meta.maintainers = with lib.maintainers; [ primeos ]; + meta.maintainers = with lib.maintainers; [ primeos gnidorah ]; } diff --git a/pkgs/applications/window-managers/orbment/bemenu.nix b/pkgs/applications/window-managers/orbment/bemenu.nix index a708ad08afaf..065b81948c2d 100644 --- a/pkgs/applications/window-managers/orbment/bemenu.nix +++ b/pkgs/applications/window-managers/orbment/bemenu.nix @@ -21,7 +21,6 @@ stdenv.mkDerivation rec { description = "A dynamic menu library and client program inspired by dmenu"; homepage = src.meta.homepage; license = with licenses; [ gpl3 lgpl3 ]; - maintainers = with maintainers; [ gnidorah ]; platforms = platforms.linux; }; }