Archived
1
0
Fork 0

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:
Hilton Chain 2024-01-06 16:54:16 +08:00
parent 06221e910a
commit 0252d69f91
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -8804,7 +8804,8 @@ 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
"https://github.com/libcgroup/libcgroup/releases/download/v"
version "/" name "-" version ".tar.gz")) version "/" name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1y0c9ncsawamj77raiw6qkbm5cdsyvhjb2mvgma1kxmgw0r3pxlf")))) (base32 "1y0c9ncsawamj77raiw6qkbm5cdsyvhjb2mvgma1kxmgw0r3pxlf"))))