mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
a40ac62715
commit
c703bf7eda
1 changed files with 3 additions and 2 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue