summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorIvan Mincik <ivan.mincik@gmail.com>2023-11-13 09:01:16 +0100
committerIvan Mincik <ivan.mincik@gmail.com>2023-11-13 09:01:18 +0100
commit53fd90673ee028763965ab3c504626d9d9742fa1 (patch)
treed961ef275f2c4fbf29fee1f33e3cc81d68fc7983 /maintainers
parentf8bd787134a22e626d663d7cc57792d450e67189 (diff)
downloadnixpkgs-53fd90673ee028763965ab3c504626d9d9742fa1.tar
nixpkgs-53fd90673ee028763965ab3c504626d9d9742fa1.tar.gz
nixpkgs-53fd90673ee028763965ab3c504626d9d9742fa1.tar.bz2
nixpkgs-53fd90673ee028763965ab3c504626d9d9742fa1.tar.lz
nixpkgs-53fd90673ee028763965ab3c504626d9d9742fa1.tar.xz
nixpkgs-53fd90673ee028763965ab3c504626d9d9742fa1.tar.zst
nixpkgs-53fd90673ee028763965ab3c504626d9d9742fa1.zip
maintainers/team-list: update team configuration
* enable githubTeams
* enable enableFeatureFreezePing
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/team-list.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index ea5f4a53e1d..3ad43f2a34e 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -324,12 +324,16 @@ with lib.maintainers; {
   geospatial = {
     members = [
       imincik
-      sikmir
       nh2
+      sikmir
       willcohen
     ];
+    githubTeams = [
+      "geospatial"
+    ];
     scope = "Maintain geospatial packages.";
     shortName = "Geospatial";
+    enableFeatureFreezePing = true;
   };
 
   gitlab = {