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