about summary refs log tree commit diff
path: root/nixos/modules/services/desktops/geoclue2.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-05-05 11:25:45 +0200
committerVladimír Čunát <v@cunat.cz>2021-05-07 15:36:40 +0200
commit9f054b5e1a75ba912cf5f4462d01e48fb630cf31 (patch)
tree6fce6f2154261b0ad32000449b2517f5c5da30b9 /nixos/modules/services/desktops/geoclue2.nix
parent7ea6fae80235106e53fbda1cdc7845fe6778381f (diff)
downloadnixlib-9f054b5e1a75ba912cf5f4462d01e48fb630cf31.tar
nixlib-9f054b5e1a75ba912cf5f4462d01e48fb630cf31.tar.gz
nixlib-9f054b5e1a75ba912cf5f4462d01e48fb630cf31.tar.bz2
nixlib-9f054b5e1a75ba912cf5f4462d01e48fb630cf31.tar.lz
nixlib-9f054b5e1a75ba912cf5f4462d01e48fb630cf31.tar.xz
nixlib-9f054b5e1a75ba912cf5f4462d01e48fb630cf31.tar.zst
nixlib-9f054b5e1a75ba912cf5f4462d01e48fb630cf31.zip
treewide: remove worldofpeace from meta.maintainers
(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
Diffstat (limited to 'nixos/modules/services/desktops/geoclue2.nix')
-rw-r--r--nixos/modules/services/desktops/geoclue2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/desktops/geoclue2.nix b/nixos/modules/services/desktops/geoclue2.nix
index 0dc0643afbc9..e9ec787e5ada 100644
--- a/nixos/modules/services/desktops/geoclue2.nix
+++ b/nixos/modules/services/desktops/geoclue2.nix
@@ -266,5 +266,5 @@ in
       } // mapAttrs' appConfigToINICompatible cfg.appConfig);
   };
 
-  meta.maintainers = with lib.maintainers; [ worldofpeace ];
+  meta.maintainers = with lib.maintainers; [ ];
 }