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
(method git-fetch)
(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)))
(file-name (git-file-name name version))
(sha256
@ -1255,7 +1255,8 @@ (define-public mmc-utils
(let* ((out (assoc-ref outputs "out"))
(man1 (string-append out "/share/man/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")
(description "mmc-utils is a command-line tool for configuring and
inspecting MMC storage devices from userspace.")