summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-07-05 12:41:44 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-07-05 12:41:44 +0200
commit12fbc09bef22b5f636b5834fd916198198ba1978 (patch)
treee5394ed60059c5da8987ee982b60f8f7c408c348 /Cargo.toml
parenta3acdbbaea861b55434fb42208504cca04715689 (diff)
Fix repo URL, remove homepage URLrewrite
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dbecccc..f1946fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]