diff options
| author | Dmitriy Fomichev <xomachiner@gmail.com> | 2018-06-07 23:19:45 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-07 23:19:45 +0300 |
| commit | 1df32fe3b500dcd1c66c75a6b6e3909d48e17006 (patch) | |
| tree | 755fe3d4ae5817ecf3d20cf70639cd8c4ea08ae0 | |
| parent | 59b28bf458219527c8588bbb173626d7a3140369 (diff) | |
| download | packages-1df32fe3b500dcd1c66c75a6b6e3909d48e17006.tar.gz packages-1df32fe3b500dcd1c66c75a6b6e3909d48e17006.zip | |
The NESM package has been moved to gitlab
Since the documentation can be generated automatically during testing jobs on gitlab,
the documentation on github won't be updated anymore.
The github repository will be left as a mirror though.
| -rw-r--r-- | packages.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.json b/packages.json index fdc0925..f09a3be 100644 --- a/packages.json +++ b/packages.json @@ -6254,7 +6254,7 @@ }, { "name": "nesm", - "url": "https://github.com/xomachine/NESM.git", + "url": "https://gitlab.com/xomachine/NESM.git", "method": "git", "tags": [ "metaprogramming", @@ -6264,7 +6264,7 @@ ], "description": "A macro for generating [de]serializers for given objects", "license": "MIT", - "web": "https://xomachine.github.io/NESM/" + "web": "https://xomachine.gitlab.io/NESM/" }, { "name": "sdnotify", |
