summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhislain Vaillant <ghislain.vaillant@inria.fr>2026-02-24 15:49:20 +0100
committerGhislain Vaillant <ghislain.vaillant@inria.fr>2026-02-25 11:10:18 +0100
commit7b6b5e35f250451a86ff12a4397d1450fe9cc3ed (patch)
treeb6c9cb5bb14f5d106ce127b17c39830140494cab
parentc5464369bf91ac48182122757e90a11a320c34d5 (diff)
version-control: python-dvc-http: Update metadata.
* guix-science/packages/version-control.scm (python-dvc-http) [source]: Update URL. [description]: Rephrase.
-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 7b793c6..8740c19 100644
--- a/guix-science/packages/version-control.scm
+++ b/guix-science/packages/version-control.scm
@@ -198,7 +198,7 @@ science and machine learning teams manage large datasets.")
198 (origin 198 (origin
199 (method git-fetch) 199 (method git-fetch)
200 (uri (git-reference 200 (uri (git-reference
201 (url "https://github.com/iterative/dvc-http") 201 (url "https://github.com/treeverse/dvc-http")
202 (commit version))) 202 (commit version)))
203 (file-name (git-file-name name version)) 203 (file-name (git-file-name name version))
204 (sha256 204 (sha256
@@ -218,7 +218,7 @@ science and machine learning teams manage large datasets.")
218 (native-inputs (list python-setuptools python-setuptools-scm)) 218 (native-inputs (list python-setuptools python-setuptools-scm))
219 (home-page "https://dvc.org/") 219 (home-page "https://dvc.org/")
220 (synopsis "HTTP plugin for DVC") 220 (synopsis "HTTP plugin for DVC")
221 (description "HTTP plugin for DVC.") 221 (description "This package provides the HTTP plugin for DVC.")
222 (license license:asl2.0))) 222 (license license:asl2.0)))
223 223
224(define-public python-dvc-objects 224(define-public python-dvc-objects