From 8dc35aadb67e67967f6ace850f3c2af679909c55 Mon Sep 17 00:00:00 2001 From: Baraa Al-Masri Date: Fri, 10 May 2024 17:06:30 +0300 Subject: [PATCH] config(server): update server's url --- CHANGELOG.md | 1 + config/config.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" }