From 9f5a274711910ac13284719073c6c568625b7089 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sat, 25 Nov 2023 13:00:40 -0600 Subject: [PATCH] fix: update footer with updated repo link --- src/components/footer.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/footer.nim b/src/components/footer.nim index 93614fe..2ce1de2 100644 --- a/src/components/footer.nim +++ b/src/components/footer.nim @@ -13,7 +13,7 @@ proc footerBar*(): VNode = packagesGitUrlBase & ctx.nimpkgs.packagesHash & "/packages.json".kstring, "nim-lang/packages:" & packagesAbbr ) - links.add ("http://github.com/daylinmorgan/nimpkgs".kstring, "source".kstring) + links.add ("http://github.com/nimpkgs/website".kstring, "source".kstring) result = buildHtml(footer(class = "mt-auto md:mx-10 flex flex-col md:flex-row md:justify-between md:items-center mb-5")): if ctx.loaded: tdiv(class = "text-xs text-ctp-subtextzero px-1"):