diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## 1.0.1
+
+Metadata-only release, no code changes.
+
+- Repository moved to https://git.sr.ht/~lundy/haskell-scfg.
+- Bug reports and patches now go to https://lists.sr.ht/~lundy/public-inbox.
+- Maintainer email updated to contact@lundy.no.
+
 ## 1.0.0
 
 Initial release.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # haskell-scfg
 
-[![builds.sr.ht status](https://builds.sr.ht/~mariusl/haskell-scfg.svg)](https://builds.sr.ht/~mariusl/haskell-scfg?)
+[![builds.sr.ht status](https://builds.sr.ht/~lundy/haskell-scfg.svg)](https://builds.sr.ht/~lundy/haskell-scfg?)
 
 Haskell library for [scfg](https://codeberg.org/emersion/scfg).
 
@@ -44,10 +44,8 @@
 
 ## Contributing
 
-Feel free to send patches to my
-[public-inbox](https://lists.sr.ht/~mariusl/public-inbox). Please note
-what change the patch will have on the version in accordance with the
-[Haskell Package Versioning Policy (PVP)](https://pvp.haskell.org/).
+Send patches and bug reports to my
+[public-inbox](https://lists.sr.ht/~lundy/public-inbox).
 
 ## License
 
diff --git a/scfg.cabal b/scfg.cabal
--- a/scfg.cabal
+++ b/scfg.cabal
@@ -1,16 +1,16 @@
 cabal-version:   3.0
 name:            scfg
-version:         1.0.0
+version:         1.0.1
 synopsis:        SCFG parser for Haskell
 description:
     A simple parser for SCFG (simple configuration format) files
 
 author:          Marius Lysakerrud
-maintainer:      mail@marius.pm
+maintainer:      contact@lundy.no
 license:         MIT
 license-file:    LICENSE
-homepage:        https://git.sr.ht/~mariusl/haskell-scfg
-bug-reports:     https://lists.sr.ht/~mariusl/public-inbox
+homepage:        https://git.sr.ht/~lundy/haskell-scfg
+bug-reports:     https://lists.sr.ht/~lundy/public-inbox
 category:        Data
 build-type:      Simple
 tested-with:     GHC ==9.8.2 || ==9.10.3
@@ -58,4 +58,4 @@
 
 source-repository head
     type:     git
-    location: https://git.sr.ht/~mariusl/haskell-scfg
+    location: https://git.sr.ht/~lundy/haskell-scfg
