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 @@ and a partitioning of the heap between kinds of memory (for NUMA).")
 | 
				
			||||||
        (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 @@ and a partitioning of the heap between kinds of memory (for NUMA).")
 | 
				
			||||||
               (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.")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue