whitebox-tools: adoption by the geospatial team (#352407)

This commit is contained in:
Nikolay Korotkiy
2024-11-01 21:58:50 +04:00
committed by GitHub
@@ -46,6 +46,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://jblindsay.github.io/ghrg/WhiteboxTools/index.html";
description = "Advanced geospatial data analysis platform";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mpickering ];
maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ mpickering ]);
};
}