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,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)