summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhislain Vaillant <ghislain.vaillant@inria.fr>2026-02-24 15:55:14 +0100
committerGhislain Vaillant <ghislain.vaillant@inria.fr>2026-02-25 11:10:19 +0100
commita0d809f880c97b5296157655a9ecfa92bb16e4c6 (patch)
treef435bebf1833b5c1c4ae797ae65fa1cbe098701d
parent8460570ce4df6c0a101070d100c8b18fc168ebff (diff)
version-control: python-dvc-ssh: Update metadata.
* guix-science/packages/version-control.scm (python-dvc-ssh) [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 227b66f..8aafaee 100644
--- a/guix-science/packages/version-control.scm
+++ b/guix-science/packages/version-control.scm
@@ -336,7 +336,7 @@ MarkDown reports containing multiple plots.")
336 (origin 336 (origin
337 (method git-fetch) 337 (method git-fetch)
338 (uri (git-reference 338 (uri (git-reference
339 (url "https://github.com/iterative/dvc-ssh") 339 (url "https://github.com/treeverse/dvc-ssh")
340 (commit version))) 340 (commit version)))
341 (file-name (git-file-name name version)) 341 (file-name (git-file-name name version))
342 (sha256 342 (sha256
@@ -357,7 +357,7 @@ MarkDown reports containing multiple plots.")
357 python-setuptools-scm)) 357 python-setuptools-scm))
358 (home-page "https://dvc.org/") 358 (home-page "https://dvc.org/")
359 (synopsis "SSH/SFTP plugin for DVC") 359 (synopsis "SSH/SFTP plugin for DVC")
360 (description "SSH/SFTP plugin for DVC.") 360 (description "This package provides the SSH/SFTP plugin for DVC.")
361 (license license:asl2.0))) 361 (license license:asl2.0)))
362 362
363(define-public python-dvc-studio-client 363(define-public python-dvc-studio-client