forgot some urls
This commit is contained in:
parent
42e8e7219e
commit
24a267da50
2 changed files with 2 additions and 2 deletions
|
@ -214,7 +214,7 @@ proc createActivityPubRouter*(cfg: Config) =
|
||||||
nodeinfo["version"] = %"2.1"
|
nodeinfo["version"] = %"2.1"
|
||||||
nodeinfo["software"] = %*{
|
nodeinfo["software"] = %*{
|
||||||
"name": "Nitter",
|
"name": "Nitter",
|
||||||
"repository": "https://gitdab.com/Cynosphere/nitter"
|
"repository": "https://gitlab.com/Cynosphere/nitter"
|
||||||
}
|
}
|
||||||
|
|
||||||
var metadata = newJObject()
|
var metadata = newJObject()
|
||||||
|
|
|
@ -5,7 +5,7 @@ import karax/[karaxdsl, vdom]
|
||||||
const
|
const
|
||||||
date = staticExec("git show -s --format=\"%cd\" --date=format:\"%Y.%m.%d\"")
|
date = staticExec("git show -s --format=\"%cd\" --date=format:\"%Y.%m.%d\"")
|
||||||
hash = staticExec("git show -s --format=\"%h\"")
|
hash = staticExec("git show -s --format=\"%h\"")
|
||||||
link = "https://gitdab.com/Cynosphere/nitter/commit/" & hash
|
link = "https://gitlab.com/Cynosphere/nitter/commit/" & hash
|
||||||
version = &"{date}-{hash}"
|
version = &"{date}-{hash}"
|
||||||
|
|
||||||
var aboutHtml: string
|
var aboutHtml: string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue