diff options
author | Malfurious <m@lfurio.us> | 2024-08-05 03:46:19 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-08-07 20:56:16 -0400 |
commit | 93e4f015f23d42bccbe306bf02fef17fe47f0f59 (patch) | |
tree | d8d0a47b95f7712cc55a9180eeb9a16ec6f5594e /cgit/cgitrc | |
parent | f1969957af9cb23c47a464d7eccff02d766357c7 (diff) | |
download | srcnode-93e4f015f23d42bccbe306bf02fef17fe47f0f59.tar.gz srcnode-93e4f015f23d42bccbe306bf02fef17fe47f0f59.zip |
Rename project to srcnode
"Normalmode" is the name of the hosted platform that this software
package was constructed to power. To better distinguish between the two
and to give this project more of a standalone identity, it is rebranded
with a new name.
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'cgit/cgitrc')
-rw-r--r-- | cgit/cgitrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit/cgitrc b/cgit/cgitrc index c5a09f3..f835eaa 100644 --- a/cgit/cgitrc +++ b/cgit/cgitrc @@ -6,8 +6,8 @@ logo=/logo.png logo-link=/ footer=/footer -root-title=NormalMode.org Repositories -root-desc=Public repositories hosted on normalmode.org +root-title=Srcnode +root-desc=Git repositories hosted on srcnode clone-url=https://$HTTP_HOST$SCRIPT_NAME/$CGIT_REPO_URL ssh://git@$HTTP_HOST/$CGIT_REPO_URL |