Skip to content

Commit

Permalink
Fixed issued with module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Myrthos committed Jul 30, 2023
1 parent 06645e2 commit c9b1d03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/gethinode/mod-template
module github.com/myrthos/mod-mgallery

go 1.19
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c9b1d03

Please sign in to comment.