# HG changeset patch # User Goffi # Date 1681415633 -7200 # Node ID c484c2609275ec467971b228df00855b6b8783a1 # Parent 524856bd7b198ef9f38b9be12dc451d791168671 core (constants): fix URL, forgotten `SàT` reference + set new codename to "La Ruche" diff -r 524856bd7b19 -r c484c2609275 sat/core/constants.py --- a/sat/core/constants.py Sat Apr 08 13:54:42 2023 +0200 +++ b/sat/core/constants.py Thu Apr 13 21:53:53 2023 +0200 @@ -31,14 +31,14 @@ ## Application ## APP_NAME = "Libervia" APP_COMPONENT = "backend" - APP_NAME_ALT = "SàT" + APP_NAME_ALT = "Libervia" APP_NAME_FILE = "libervia" APP_NAME_FULL = f"{APP_NAME} ({APP_COMPONENT})" APP_VERSION = ( sat.__version__ ) # Please add 'D' at the end of version in sat/VERSION for dev versions - APP_RELEASE_NAME = "La Cecília" - APP_URL = "https://salut-a-toi.org" + APP_RELEASE_NAME = "La Ruche" + APP_URL = "https://libervia.org" ## Runtime ## PLUGIN_EXT = "py"