diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,6 @@
+## 0.1.4.1
+* Metadata update.
+
 ## 0.1.4.0
 * Add `Hashable` instance for the `Id` type.
 
diff --git a/mysql-json-table.cabal b/mysql-json-table.cabal
--- a/mysql-json-table.cabal
+++ b/mysql-json-table.cabal
@@ -1,16 +1,15 @@
 name: mysql-json-table
-version: 0.1.4.0
+version: 0.1.4.1
 category: Database
 synopsis: Using MySQL to store id-to-json tables.
 description: Visit the homepage for more information, or read the readme.
-author: Daniel Casanueva (daniel.casanueva `at` proton.me)
-maintainer: Daniel Casanueva (daniel.casanueva `at` proton.me)
+maintainer: Daniel Casanueva (coding `at` danielcasanueva.eu)
 license: MIT
 license-file: license
 extra-doc-files: readme.md, changelog.md
 build-type: Simple
 cabal-version: 1.18
-homepage: https://gitlab.com/daniel-casanueva/haskell/mysql-json-table
+homepage: https://codeberg.org/daniel-casanueva/mysql-json-table
 
 library
   hs-source-dirs: src
