forgot some urls

This commit is contained in:
Cynthia Foxwell 2025-03-27 11:11:28 -06:00
parent 42e8e7219e
commit 24a267da50
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk
2 changed files with 2 additions and 2 deletions

View file

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

View file

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