diff options
-rw-r--r-- | Cargo.toml | 3 | ||||
-rw-r--r-- | librepology/Cargo.toml | 3 |
2 files changed, 2 insertions, 4 deletions
@@ -5,8 +5,7 @@ authors = ["Matthias Beyer <matthias.beyer@atos.net>"] edition = "2018" description = "CLI for repology.org" documentation = "https://docs.rs/repolocli" -homepage = "https://github.com/matthiasbeyer/repolocli" -repository = "https://github.com/matthiasbeyer/repolocli" +repository = "https://git.beyermatthi.as/repolocli" readme = "./README.md" keywords = ["cli", "repology"] categories = ["command-line-interface", "command-line-utilities"] diff --git a/librepology/Cargo.toml b/librepology/Cargo.toml index fcbaa64..70cbe89 100644 --- a/librepology/Cargo.toml +++ b/librepology/Cargo.toml @@ -5,8 +5,7 @@ authors = ["Matthias Beyer <matthias.beyer@atos.net>"] edition = "2018" description = "Library for repology.org API access" documentation = "https://docs.rs/librepology" -homepage = "https://github.com/matthiasbeyer/repolocli" -repository = "https://github.com/matthiasbeyer/repolocli" +repository = "https://git.beyermatthi.as/repolocli" readme = "./README.md" keywords = ["api", "repology"] categories = ["data-structures", "api-bindings"] |