gnu: mmc-utils: Update upstream URLs.

* gnu/packages/disk.scm (mmc-utils)[source]: Update Git URL.
[home-page]: Point to kernel documentation rather than cgit index.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-15 08:56:51 +00:00
parent a40ac62715
commit c703bf7eda
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1234,7 +1234,7 @@ (define-public mmc-utils
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git") (url "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
@ -1255,7 +1255,8 @@ (define-public mmc-utils
(let* ((out (assoc-ref outputs "out")) (let* ((out (assoc-ref outputs "out"))
(man1 (string-append out "/share/man/man1"))) (man1 (string-append out "/share/man/man1")))
(install-file "man/mmc.1" man1))))))) (install-file "man/mmc.1" man1)))))))
(home-page "https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git/") (home-page
"https://www.kernel.org/doc/html/latest/driver-api/mmc/mmc-tools.html")
(synopsis "Configure MMC storage devices from userspace") (synopsis "Configure MMC storage devices from userspace")
(description "mmc-utils is a command-line tool for configuring and (description "mmc-utils is a command-line tool for configuring and
inspecting MMC storage devices from userspace.") inspecting MMC storage devices from userspace.")