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)
This commit is contained in:
M33 2021-04-19 12:17:44 +02:00 committed by GitHub
parent 344eea1760
commit 29e0563ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",