guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: libcgroup: Adjust package style.


From: guix-commits
Subject: 02/03: gnu: libcgroup: Adjust package style.
Date: Thu, 25 Jan 2024 11:29:30 -0500 (EST)

hako pushed a commit to reference refs/origin-ssh/master
in repository guix.

commit 0252d69f911a5726a32695e6e57f3922c3414980
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Jan 6 16:54:16 2024 +0800

    gnu: libcgroup: Adjust package style.
    
    * gnu/packages/linux.scm (libcgroup)[source]<uri>: Remove use of 
‘home-page’.
    
    Change-Id: I93f22223a01b253b8b1cd7deea90e7f05736862f
---
 gnu/packages/linux.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 271c5c0162..21ba422b55 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8804,8 +8804,9 @@ framebuffer dump file (copy) to a PNG image.")
     (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]