gnu: efivar: Update home page.

* gnu/packages/linux.scm (efivar)[source, home-page]: Update URIs.
master
Tobias Geerinckx-Rice 2018-08-16 16:49:49 +02:00
parent 4505369c4e
commit c6dd279004
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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.")