fix: update project source links, kallithea -> forgejo

This commit is contained in:
Lance Edgar 2024-09-14 12:54:50 -05:00
parent da526824f9
commit 65ac2baf43
7 changed files with 32 additions and 33 deletions

View file

@ -72,11 +72,11 @@ env.restricted_pypi_username = 'username'
env.restricted_pypi_password = 'password'
# these credentials are used to access the Rattail Project source code on
# Kallithea (https://kallithea.rattailproject.org/). they are only needed if
# Forgejo (https://forgejo.wuttaproject.org/rattail/). they are only needed if
# you are integrating with a proprietary POS system, and running from source
# instead of released packages; i.e. a typical stage setup.
env.kallithea_username = 'username'
env.kallithea_password = 'password'
env.forgejo_username = 'username'
env.forgejo_password = 'password'
##############################