diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,1 +1,1 @@
-See https://github.com/pbrisbin/hs-shellwords/releases
+See https://codeberg.org/pbrisbin/hs-shellwords/releases
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -3,7 +3,6 @@
 [![Hackage](https://img.shields.io/hackage/v/shellwords.svg?style=flat)](https://hackage.haskell.org/package/shellwords)
 [![Stackage Nightly](http://stackage.org/package/shellwords/badge/nightly)](http://stackage.org/nightly/package/shellwords)
 [![Stackage LTS](http://stackage.org/package/shellwords/badge/lts)](http://stackage.org/lts/package/shellwords)
-[![CI](https://github.com/pbrisbin/hs-shellwords/actions/workflows/ci.yml/badge.svg)](https://github.com/pbrisbin/hs-shellwords/actions/workflows/ci.yml)
 
 Parse a string into words, like a shell would.
 
diff --git a/shellwords.cabal b/shellwords.cabal
--- a/shellwords.cabal
+++ b/shellwords.cabal
@@ -1,6 +1,6 @@
 cabal-version:   1.18
 name:            shellwords
-version:         0.1.4.4
+version:         0.1.4.5
 license:         MIT
 license-file:    LICENSE
 copyright:       2018 Patrick Brisbin
@@ -9,7 +9,7 @@
 homepage:        https://github.com/pbrisbin/hs-shellwords#readme
 bug-reports:     https://github.com/pbrisbin/hs-shellwords/issues
 synopsis:        Parse strings into words, like a shell would
-description:     See https://github.com/pbrisbin/hs-shellwords#readme
+description:     See https://codeberg.org/pbrisbin/hs-shellwords#readme
 category:        Text
 build-type:      Simple
 extra-doc-files:
