forgot some urls

This commit is contained in:
Cynthia Foxwell 2025-03-27 11:11:28 -06:00
parent 42e8e7219e
commit 24a267da50
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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