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,7 +8804,8 @@ framebuffer dump file (copy) to a PNG image.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append home-page "/releases/download/v"
|
||||
(uri (string-append
|
||||
"https://github.com/libcgroup/libcgroup/releases/download/v"
|
||||
version "/" name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1y0c9ncsawamj77raiw6qkbm5cdsyvhjb2mvgma1kxmgw0r3pxlf"))))
|
||||
|
|
Reference in a new issue