cloudcompare: Add geospatial team (#518721)

This commit is contained in:
Niklas Hambüchen
2026-05-10 22:37:52 +00:00
committed by GitHub
+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
};