From c31b57e16530b7a4fe66f082ed11ec9399431933 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Sun, 2 Jun 2024 11:41:01 +0200 Subject: [PATCH] Remove codeberg link --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d758881..e096578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,9 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.3] – 2022-03-12 ### Changed -- Limit `gethostname()` to `cfg(unix)` and `cfg(windows)` to provide more useful build failures on other platforms (see [CB-7]). - -[CB-7]: https://codeberg.org/flausch/gethostname.rs/issues/7 +- Limit `gethostname()` to `cfg(unix)` and `cfg(windows)` to provide more useful build failures on other platforms. ## [0.2.2] – 2022-01-14