Commit b9dac9e5 authored by Augustin Trancart's avatar Augustin Trancart
Browse files

whitebox-tools: adoption by the geospatial team

parent 91bc7dad
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 ]);
  };
}