From 016df7d5bd108f3e094631cea9611fc82a152feb Mon Sep 17 00:00:00 2001 From: ehmry Date: Fri, 8 Apr 2022 18:11:36 -0500 Subject: [PATCH] Move some of my repo URLs (#2196) --- packages.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages.json b/packages.json index 6f21f9f..c791ca0 100644 --- a/packages.json +++ b/packages.json @@ -14586,7 +14586,7 @@ }, { "name": "toxcore", - "url": "https://git.sr.ht/~ehmry/nim_tox", + "url": "https://git.sr.ht/~ehmry/nim-toxcore", "method": "git", "tags": [ "tox", @@ -14595,7 +14595,7 @@ ], "description": "C Tox core wrapper", "license": "GPL-3.0", - "web": "https://git.sr.ht/~ehmry/nim_tox" + "web": "https://git.sr.ht/~ehmry/nim-toxcore" }, { "name": "rapid", @@ -22095,25 +22095,25 @@ }, { "name": "eris", - "url": "https://git.sr.ht/~ehmry/eris", + "url": "https://codeberg.org/eris/nim-eris", "method": "git", "tags": [ "eris" ], "description": "Encoding for Robust Immutable Storage (ERIS)", "license": "ISC", - "web": "http://purl.org/eris" + "web": "https://eris.codeberg.page" }, { "name": "eris_utils", - "url": "https://git.sr.ht/~ehmry/eris_utils", + "url": "https://codeberg.org/eris/nim-eris_utils", "method": "git", "tags": [ "eris" ], "description": "Utilities for the Encoding for Robust Immutable Storage (ERIS)", "license": "GPL-3.0", - "web": "http://purl.org/eris" + "web": "https://eris.codeberg.page" }, { "name": "html2karax",