guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: mmc-utils: Update upstream URLs.


From: guix-commits
Subject: 02/05: gnu: mmc-utils: Update upstream URLs.
Date: Sat, 15 Jan 2022 09:36:02 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c703bf7eda3e10919964f7021996e745c6556c8e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jan 15 08:56:51 2022 +0000

    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.
---
 gnu/packages/disk.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 8e8ecfcc1d..7c5aaa7718 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1234,7 +1234,7 @@ and a partitioning of the heap between kinds of memory 
(for NUMA).")
         (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 @@ and a partitioning of the heap between kinds of memory 
(for NUMA).")
                (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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]