diff options
author | Patrick Spek <p.spek@tyil.nl> | 2020-11-15 08:52:57 +0100 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2020-11-15 08:52:57 +0100 |
commit | 084eb782ef91121fde256460aa2ed34ae355567e (patch) | |
tree | 27ecdc74d2daed7ca264103300b3399036393b82 | |
parent | b4e9555a88ba055674a2b431157fbca16de54dfd (diff) | |
download | hash-merge-084eb782ef91121fde256460aa2ed34ae355567e.tar.gz hash-merge-084eb782ef91121fde256460aa2ed34ae355567e.tar.bz2 |
Move to Sourcehut
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | META6.json | 2 | ||||
-rw-r--r-- | README.rakudoc | 1 |
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 @@ -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> |