aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-11-15 08:52:57 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-11-15 08:52:57 +0100
commit084eb782ef91121fde256460aa2ed34ae355567e (patch)
tree27ecdc74d2daed7ca264103300b3399036393b82
parentb4e9555a88ba055674a2b431157fbca16de54dfd (diff)
Move to Sourcehut
-rw-r--r--CHANGELOG.md4
-rw-r--r--META6.json2
-rw-r--r--README.rakudoc1
3 files changed, 6 insertions, 1 deletions
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<https://git.sr.ht/~tyil/raku-hash-merge>
=item L<https://gitlab.com/tyil/raku-hash-merge>
=item L<https://github.com/scriptkitties/p6-Hash-Merge>