update from git. to dev.
This commit is contained in:
parent
65fd3863ff
commit
6d31001106
3 changed files with 5 additions and 4 deletions
|
@ -42,6 +42,7 @@
|
||||||
"part": "parts",
|
"part": "parts",
|
||||||
"person": "people",
|
"person": "people",
|
||||||
"pin": "pins",
|
"pin": "pins",
|
||||||
|
"poem": "poems",
|
||||||
"pollen": "pollen",
|
"pollen": "pollen",
|
||||||
"print": "prints",
|
"print": "prints",
|
||||||
"record": "records",
|
"record": "records",
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
||||||
module git.sandpoints.org/Drawwell/SandpointsTheme
|
module dev.sandpoints.org/Drawwell/SandpointsTheme
|
||||||
|
|
||||||
go 1.15
|
go 1.15
|
||||||
|
|
|
@ -5,13 +5,13 @@ name = "Sandpoints"
|
||||||
license = "GPL 3"
|
license = "GPL 3"
|
||||||
licenselink = "https://www.gnu.org/licenses/gpl-3.0.en.html"
|
licenselink = "https://www.gnu.org/licenses/gpl-3.0.en.html"
|
||||||
description = "Sandpoints Theme"
|
description = "Sandpoints Theme"
|
||||||
homepage = "https://git.sandpoints.org/Drawwell/Sandpoints"
|
homepage = "https://dev.sandpoints.org/Drawwell/Sandpoints"
|
||||||
tags = ["syllabus"]
|
tags = ["syllabus"]
|
||||||
features = []
|
features = []
|
||||||
min_version = "0.79.0"
|
min_version = "0.79.0"
|
||||||
|
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Marcell Mars", homepage = "https://git.sandpoints.org"},
|
{name = "Marcell Mars", homepage = "https://dev.sandpoints.org/Drawwell"},
|
||||||
{name = "Sean Dockray", homepage = "https://git.sandpoints.org"},
|
{name = "Sean Dockray", homepage = "https://dev.sandpoints.org/Drawwell"},
|
||||||
{name = "Vincent W.J. van Gerven Oei", homepage = "http://www.vangervenoei.com"}
|
{name = "Vincent W.J. van Gerven Oei", homepage = "http://www.vangervenoei.com"}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue