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["software"] = %*{
|
||||
"name": "Nitter",
|
||||
"repository": "https://gitdab.com/Cynosphere/nitter"
|
||||
"repository": "https://gitlab.com/Cynosphere/nitter"
|
||||
}
|
||||
|
||||
var metadata = newJObject()
|
||||
|
|
|
@ -5,7 +5,7 @@ import karax/[karaxdsl, vdom]
|
|||
const
|
||||
date = staticExec("git show -s --format=\"%cd\" --date=format:\"%Y.%m.%d\"")
|
||||
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}"
|
||||
|
||||
var aboutHtml: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue