Unverified Commit ebba9097 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

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

parents b2f76a05 b9dac9e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ]);
  };
}