summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-01-15 08:56:51 +0000
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-15 00:51:34 +0000
commitc703bf7eda3e10919964f7021996e745c6556c8e (patch)
tree73a7c60d90db35cd9cc9167b86cadfae2588ce5c
parenta40ac6271578ea061a8a07b2adbd6032a690ca70 (diff)
downloadguix-patches-c703bf7eda3e10919964f7021996e745c6556c8e.tar
guix-patches-c703bf7eda3e10919964f7021996e745c6556c8e.tar.gz
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.
-rw-r--r--gnu/packages/disk.scm5
1 files 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.")