summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-03-20 08:52:37 +0000
committerLars Wirzenius <liw@liw.fi>2022-03-20 08:52:37 +0000
commit7ae1f33ad0cd0df227e83997268ce2f3540db8d7 (patch)
tree5001f075ee060031fee76016234120b64ead3160
parentf496559569df23cccdb41af505d4aecfcee920eb (diff)
parent5a562e9849f0304d481b62832735b8fed7a0316f (diff)
downloadobnam2-7ae1f33ad0cd0df227e83997268ce2f3540db8d7.tar.gz
Merge branch 'liw/repo-url' into 'main'
fix: URL to source code repository Closes #187 See merge request obnam/obnam!223
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5a8c9c9..616a34a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
description = "a backup program"
license = "AGPL-3.0-or-later"
homepage = "https://obnam.org/"
-repository = "https://gitlab.com/larswirzenius/obnam"
+repository = "https://gitlab.com/obnam/obnam"
rust-version = "1.56.0"