From e58731667b8448e651668b4d28eba47b1a205d57 Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Wed, 25 Sep 2024 11:24:18 +0200 Subject: [PATCH] entwine: add geospatial team to the maintainers list --- pkgs/applications/graphics/entwine/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/entwine/default.nix b/pkgs/applications/graphics/entwine/default.nix index 3118c7672c21..0ab59737cd61 100644 --- a/pkgs/applications/graphics/entwine/default.nix +++ b/pkgs/applications/graphics/entwine/default.nix @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { description = "Point cloud organization for massive datasets"; homepage = "https://entwine.io/"; license = licenses.lgpl2Only; - maintainers = with maintainers; [ matthewcroughan ]; + maintainers = with maintainers; teams.geospatial.members ++ [ matthewcroughan ]; platforms = platforms.linux; mainProgram = "entwine"; };