mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: libcgroup: Adjust package style.
* gnu/packages/linux.scm (libcgroup)[source]<uri>: Remove use of ‘home-page’. Change-Id: I93f22223a01b253b8b1cd7deea90e7f05736862f
This commit is contained in:
parent
06221e910a
commit
0252d69f91
1 changed files with 3 additions and 2 deletions
|
@ -8804,8 +8804,9 @@ (define-public libcgroup
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append home-page "/releases/download/v"
|
||||
version "/" name "-" version ".tar.gz"))
|
||||
(uri (string-append
|
||||
"https://github.com/libcgroup/libcgroup/releases/download/v"
|
||||
version "/" name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1y0c9ncsawamj77raiw6qkbm5cdsyvhjb2mvgma1kxmgw0r3pxlf"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue