From 1df32fe3b500dcd1c66c75a6b6e3909d48e17006 Mon Sep 17 00:00:00 2001 From: Dmitriy Fomichev Date: Thu, 7 Jun 2018 23:19:45 +0300 Subject: [PATCH] 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. --- packages.json | 4 ++-- 1 file 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",