diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e3069..b437a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - License unmask action - C wrapper to [gentoolkit](https://wiki.gentoo.org/wiki/Gentoolkit) to get packages' dependencies in the less hacky way - Add repo required by a package action +- Update server's url ### Changed diff --git a/config/config.go b/config/config.go index 07df992..28a33f5 100644 --- a/config/config.go +++ b/config/config.go @@ -1,3 +1,3 @@ package config -func BackendAddress() string { return "https://eloi.mbaraa.com" } +func BackendAddress() string { return "https://eloi.mbaraa.xyz" }