diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-16 21:28:08 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-16 21:28:56 +0100 |
commit | 1507ba29395e968f40c49f84f645e276f02c833c (patch) | |
tree | c3ae3ba8c25c3b456368fe57c0daea9fd76f6e95 | |
parent | 0e8baa398aae2076a88b95bfc97843bc697e4a00 (diff) | |
download | guix-1507ba29395e968f40c49f84f645e276f02c833c.tar.gz guix-1507ba29395e968f40c49f84f645e276f02c833c.zip |
gnu: python-slixmpp: Fix source URL.
* gnu/packages/python-xyz.scm (python-slixmpp) [source]: Project has
moved to CodeBerg, adjust the source URL as seen on home page.
Change-Id: I170cb8c2d42ef0cc97205e5e84851f261167a0f7
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5d0ac81839..327576ee3f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2799,7 +2799,7 @@ of it like a generator that is \"reusable\" and has a length.") (method git-fetch) (uri (git-reference - (url "https://lab.louiz.org/poezio/slixmpp.git") + (url "https://codeberg.org/poezio/slixmpp") (commit (string-append "slix-" version)))) (file-name |