summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 334d087..f57cb64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
will be created owned by `group`, with group level read, write and execute
access, and the setgid flag set.
+### Changed
+
+- Updated crates.io metadata to mark the primary upstream repo as Codeberg.
+
## [0.2.0] - 2023-07-17
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 3215a1d..3ebe0ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
description = "A shell for restricting access on a version control server"
readme = "README.md"
# TODO: homepage = ""
-repository = "https://code.worthe-it.co.za/shackle.git/"
+repository = "https://codeberg.org/worthe-it/shackle-shell"
license = "MIT OR Apache-2.0"
keywords = ["shell", "version-control", "git", "cli"]
categories = ["command-line-utilities"]