diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-16 21:24:23 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-16 21:28:57 +0100 |
commit | 14e56eb5649fea49c4768d9590e4a3c6672346cb (patch) | |
tree | c5fb371aa6057f1d26602d852ef9f5fed6ed693c | |
parent | 1507ba29395e968f40c49f84f645e276f02c833c (diff) | |
download | guix-14e56eb5649fea49c4768d9590e4a3c6672346cb.tar.gz guix-14e56eb5649fea49c4768d9590e4a3c6672346cb.zip |
gnu: poezio: Fix source URL.
* gnu/packages/messaging.scm (poezio) [source]: Project has moved to
CodeBerg, adjust the source URL as seen on home page.
Change-Id: I77ae05237139c4beed11be206859fee5ca87b69e
-rw-r--r-- | gnu/packages/messaging.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 01fabfab33..99491d0779 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -473,7 +473,7 @@ TCP sessions from existing clients.") (method git-fetch) (uri (git-reference - (url "https://lab.louiz.org/poezio/poezio.git") + (url "https://codeberg.org/poezio/poezio") (commit (string-append "v" version)))) (file-name |