summaryrefslogtreecommitdiffstats
path: root/librepology
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:42:07 +0200
commit1a2c4e68a2884f6a7db4dac91c0676b18f9c0aeb (patch)
tree21190769e50e18093a6e0dc415e04a8732b137a4 /librepology
parent32b24f4e03d0dc48db7f7d9927501b07b4821c33 (diff)
Fix repo URL, remove homepage URLHEADmaster
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'librepology')
-rw-r--r--librepology/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
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"]