gnu: guile-fibers: Update home page and source URL.

* gnu/packages/guile-xyz.scm (guile-fibers)[home-page]: Update.
[source]: Use it.

Change-Id: I91ea6884b35251834401fd430f1aecf5b2d6b357
This commit is contained in:
Ludovic Courtès 2025-08-31 00:09:04 +02:00
parent 9f2d6787ac
commit 526e9334f3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1067,10 +1067,11 @@ tables.")
(package
(name "guile-fibers")
(version "1.3.1")
(home-page "https://codeberg.org/fibers/fibers")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/wingo/fibers")
(url home-page)
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
@ -1137,7 +1138,6 @@ communication between fibers.
Note that Fibers makes use of some Guile 2.1/2.2-specific features and
is not available for Guile 2.0.")
(home-page "https://github.com/wingo/fibers")
(properties '((upstream-name . "fibers")))
(license license:lgpl3+)))