diff --git a/bounded-qsem.cabal b/bounded-qsem.cabal
--- a/bounded-qsem.cabal
+++ b/bounded-qsem.cabal
@@ -3,12 +3,12 @@
 synopsis: Bounded quantity semaphores.
 description: Bounded quantity semaphores, meaning quantity semaphores that have an
              upper-bound in the number of units that can be available at any given time.
-version: 0.1.0.3
+version: 0.1.0.4
 cabal-version: 1.18
 build-type: Simple
-author: Daniel Casanueva (daniel.casanueva `at` proton.me)
-maintainer: Daniel Casanueva (daniel.casanueva `at` proton.me)
-bug-reports: https://gitlab.com/daniel-casanueva/haskell/bounded-qsem/-/issues
+author: Daniel Casanueva (coding `at` danielcasanueva.eu)
+maintainer: Daniel Casanueva (coding `at` danielcasanueva.eu)
+bug-reports: https://codeberg.org/daniel-casanueva/bounded-qsem/issues
 license: MIT
 license-file: license
 extra-doc-files: readme.md, changelog.md
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,6 @@
+## 0.1.0.4
+* Metadata update.
+
 ## 0.1.0.3
 * base-20 support.
 
diff --git a/license b/license
--- a/license
+++ b/license
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2023 Daniel Casanueva
+Copyright (c) 2025 Daniel Casanueva
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
