From f029c456d5cbe8791ccdd70488b7e34d64b620f2 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Mon, 2 Sep 2024 16:06:42 +0200 Subject: [PATCH] lastools: add geospatial team as maintainer --- pkgs/development/libraries/LAStools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/LAStools/default.nix b/pkgs/development/libraries/LAStools/default.nix index 5dfd6570c080..8a34168484eb 100644 --- a/pkgs/development/libraries/LAStools/default.nix +++ b/pkgs/development/libraries/LAStools/default.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { description = "Software for rapid LiDAR processing"; homepage = "http://lastools.org/"; license = licenses.unfree; - maintainers = with maintainers; [ stephenwithph ]; + maintainers = with maintainers; teams.geospatial.members ++ [ stephenwithph ]; platforms = platforms.unix; }; }