Skip to content

Commit

Permalink
http => https (#13)
Browse files Browse the repository at this point in the history
Better to use https, github redirects anyway
  • Loading branch information
szabgab committed Jul 10, 2023
1 parent 405b06d commit 2b39ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ version = "0.2.1"
edition = "2021"
license-file = "LICENSE"
description = "geometry utils"
homepage = "http://github.com/ringsaturn/geometry-rs"
homepage = "https://github.com/ringsaturn/geometry-rs"
documentation = "https://docs.rs/geometry-rs/latest/geometry_rs/"
repository = "http://github.com/ringsaturn/geometry-rs"
repository = "https://github.com/ringsaturn/geometry-rs"
readme = "README.md"
keywords = ["geometry"]

Expand Down

0 comments on commit 2b39ab2

Please sign in to comment.