From 29e0563ca65cff7b223e804f79be3d45d92ef46a Mon Sep 17 00:00:00 2001 From: M33 Date: Mon, 19 Apr 2021 12:17:44 +0200 Subject: [PATCH] edited package sources, moved to github (#1875) Moved to github because nimble.directory doesn't show package description when a repository is hosted outside github. No ETA to fix this. (https://github.com/FedericoCeratto/nim-package-directory/issues/35) --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index e044e10..d7bfa6a 100644 --- a/packages.json +++ b/packages.json @@ -1,7 +1,7 @@ [ { "name": "libsaedea", - "url": "https://git.qoto.org/m33/libsaedea.git", + "url": "https://github.com/m33m33/libsaedea", "method": "git", "tags": [ "libsaedea", @@ -15,8 +15,8 @@ ], "description": "Library implementing a variation of the Simple And Efficient Data Encryption Algorithm (INTERNATIONAL JOURNAL OF SCIENTIFIC & TECHNOLOGY RESEARCH VOLUME 8, ISSUE 12, DECEMBER 2019 ISSN 2277-8616)", "license": "MIT", - "web": "https://git.qoto.org/m33/libsaedea", - "doc": "https://git.qoto.org/m33/libsaedea/-/blob/master/README.md" + "web": "https://github.com/m33m33/libsaedea", + "doc": "https://github.com/m33m33/libsaedea/blob/master/README.md" }, { "name": "gsl",