From 084eb782ef91121fde256460aa2ed34ae355567e Mon Sep 17 00:00:00 2001
From: Patrick Spek
Date: Sun, 15 Nov 2020 08:52:57 +0100
Subject: [PATCH] Move to Sourcehut
---
CHANGELOG.md | 4 ++++
META6.json | 2 +-
README.rakudoc | 1 +
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c7a113..d18db0d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,10 @@ Versioning](http://semver.org/spec/v2.0.0.html).
- Perl 6 references have been updated to Raku.
+- The main repository for this module has been moved from
+ [GitHub](https://github.com/scriptkitties/p6-Hash-Merge.git) to
+ [Sourcehut](https://git.sr.ht/~tyil/raku-hash-merge).
+
## [1.0.0] - 2018-03-28
### Added
diff --git a/META6.json b/META6.json
index 08e9fc9..a1e58b0 100644
--- a/META6.json
+++ b/META6.json
@@ -15,7 +15,7 @@
"Hash::Merge": "lib/Hash/Merge.rakumod",
"Hash::Merge::Augment": "lib/Hash/Merge/Augment.rakumod"
},
- "source-url": "https://github.com/scriptkitties/p6-Hash-Merge.git",
+ "source-url": "https://git.sr.ht/~tyil/raku-hash-merge",
"tags": [
"hash",
"utils"
diff --git a/README.rakudoc b/README.rakudoc
index ea8b5f4..c9f3fc3 100644
--- a/README.rakudoc
+++ b/README.rakudoc
@@ -74,6 +74,7 @@ my %alpha =
The module's source code is available at the following locations:
+=item L
=item L
=item L
--
2.45.2