guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: efivar: Update home page.


From: Tobias Geerinckx-Rice
Subject: 02/08: gnu: efivar: Update home page.
Date: Thu, 16 Aug 2018 12:45:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c6dd27900491e47cfbb26202d8dbc14b4a132e1c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 16 16:49:49 2018 +0200

    gnu: efivar: Update home page.
    
    * gnu/packages/linux.scm (efivar)[source, home-page]: Update URIs.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index cdee1f6..de9ee12 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3983,7 +3983,7 @@ under OpenGL graphics workloads.")
     (version "35")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://github.com/rhinstaller/"; name
+              (uri (string-append "https://github.com/rhboot/"; name
                                   "/releases/download/" version "/" name
                                   "-" version ".tar.bz2"))
               (sha256
@@ -4004,7 +4004,7 @@ under OpenGL graphics workloads.")
      `(("pkg-config" ,pkg-config)))
     (inputs
      `(("popt" ,popt)))
-    (home-page "https://github.com/rhinstaller/efivar";)
+    (home-page "https://github.com/rhboot/efivar";)
     (synopsis "Tool and library to manipulate EFI variables")
     (description "This package provides a library and a command line
 interface to the variable facility of UEFI boot firmware.")



reply via email to

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