summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhislain Vaillant <ghislain.vaillant@inria.fr>2026-02-24 15:52:15 +0100
committerGhislain Vaillant <ghislain.vaillant@inria.fr>2026-02-25 11:10:18 +0100
commit8460570ce4df6c0a101070d100c8b18fc168ebff (patch)
treeabc60ed18648fc6f334c5b2a33075a2ebc8a680d
parent7b6b5e35f250451a86ff12a4397d1450fe9cc3ed (diff)
version-control: python-dvc-render: Update metadata.
* guix-science/packages/version-control.scm (python-dvc-render) [source]: Update URL. [home-page]: Use the same as dvc.
-rw-r--r--guix-science/packages/version-control.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-science/packages/version-control.scm b/guix-science/packages/version-control.scm
index 8740c19..227b66f 100644
--- a/guix-science/packages/version-control.scm
+++ b/guix-science/packages/version-control.scm
@@ -266,7 +266,7 @@ by DVC.")
266 (origin 266 (origin
267 (method git-fetch) 267 (method git-fetch)
268 (uri (git-reference 268 (uri (git-reference
269 (url "https://github.com/iterative/dvc-render") 269 (url "https://github.com/treeverse/dvc-render")
270 (commit version))) 270 (commit version)))
271 (file-name (git-file-name name version)) 271 (file-name (git-file-name name version))
272 (sha256 272 (sha256
@@ -284,7 +284,7 @@ by DVC.")
284 python-tabulate)) 284 python-tabulate))
285 (native-inputs (list python-pytest python-pytest-mock python-setuptools 285 (native-inputs (list python-pytest python-pytest-mock python-setuptools
286 python-setuptools-scm)) 286 python-setuptools-scm))
287 (home-page "https://docs.iterative.ai/dvc-render/") 287 (home-page "https://dvc.org/")
288 (synopsis "Library for rendering DVC plots") 288 (synopsis "Library for rendering DVC plots")
289 (description 289 (description
290 "@code{dvc-render} is a library for rendering data stored in DVC plots 290 "@code{dvc-render} is a library for rendering data stored in DVC plots