Unverified Commit 401f4264 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

geographiclib: add geospatial team

parent b7853bc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
    '';
    homepage = "https://geographiclib.sourceforge.io/";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ sikmir ];
    teams = [ lib.teams.geospatial ];
    platforms = lib.platforms.unix;
  };
}