entwine: add geospatial team to the maintainers list

This commit is contained in:
Augustin Trancart 2024-09-25 11:24:18 +02:00
parent 9000f34fd9
commit e58731667b

View File

@ -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";
};