From b9dac9e5153b073f30ea282cc70fcf834e3df7a7 Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Wed, 30 Oct 2024 17:03:35 +0100 Subject: [PATCH] whitebox-tools: adoption by the geospatial team --- pkgs/applications/gis/whitebox-tools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/gis/whitebox-tools/default.nix b/pkgs/applications/gis/whitebox-tools/default.nix index 199595a65838..1409410d07ac 100644 --- a/pkgs/applications/gis/whitebox-tools/default.nix +++ b/pkgs/applications/gis/whitebox-tools/default.nix @@ -46,6 +46,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://jblindsay.github.io/ghrg/WhiteboxTools/index.html"; description = "Advanced geospatial data analysis platform"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ mpickering ]; + maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ mpickering ]); }; }