Skip to content

Commit

Permalink
config(server): update server's url
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed May 10, 2024
1 parent 6b891f0 commit 8dc35aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package config

func BackendAddress() string { return "https://eloi.mbaraa.com" }
func BackendAddress() string { return "https://eloi.mbaraa.xyz" }

0 comments on commit 8dc35aa

Please sign in to comment.