cloudcompare: Add geospatial team

This commit is contained in:
Niklas Hambüchen
2026-05-10 17:01:48 +02:00
parent 549bd84d62
commit 81cd87cdde
+1
View File
@@ -157,6 +157,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://cloudcompare.org";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ nh2 ];
teams = [ lib.teams.geospatial ];
mainProgram = "CloudCompare";
platforms = with lib.platforms; linux; # only tested here; might work on others
};