From c9b1d0365e607e8d81624a48205998dff31daef6 Mon Sep 17 00:00:00 2001 From: Myrthos Date: Sun, 30 Jul 2023 16:46:16 +0200 Subject: [PATCH] Fixed issued with module name --- go.mod | 2 +- package.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index a2215fe..f73d4f1 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/gethinode/mod-template +module github.com/myrthos/mod-mgallery go 1.19 diff --git a/package.json b/package.json index e1f6a69..a0a3c1a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "@gethinode/mod-template", + "name": "@myrthos/mod-mgallery", "version": "0.0.0", - "description": "A template to define a Hugo module compatible with Hinode", + "description": "A Hugo gallery module compatible with the Hinode template", "keywords": [ "hugo", "module" @@ -29,14 +29,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/gethinode/mod-template.git" + "url": "git+https://github.com/myrthos/mod-mgallery.git" }, - "author": "Mark Dumay", + "author": "Joost Mans", "license": "MIT", "bugs": { - "url": "https://github.com/gethinode/hinode/issues" + "url": "https://github.com/myrthos/mod-mgallery/issues" }, - "homepage": "https://gethinode.com", + "homepage": "https://myrthos.net", "devDependencies": { "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1",