gnu: efibootmgr: Update to new upstream location.
* gnu/packages/linux.scm (efibootmgr)[source, home-page]: Update to new upstream URI.
This commit is contained in:
parent
00838bd41c
commit
9860c90e8e
1 changed files with 2 additions and 2 deletions
|
@ -6787,7 +6787,7 @@ (define-public efibootmgr
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/rhinstaller/efibootmgr")
|
(url "https://github.com/rhboot/efibootmgr")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -6826,7 +6826,7 @@ (define-public efibootmgr
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list efivar popt))
|
(list efivar popt))
|
||||||
(home-page "https://github.com/rhinstaller/efibootmgr")
|
(home-page "https://github.com/rhboot/efibootmgr")
|
||||||
(synopsis "Modify the Extensible Firmware Interface (EFI) boot manager")
|
(synopsis "Modify the Extensible Firmware Interface (EFI) boot manager")
|
||||||
(description
|
(description
|
||||||
"@code{efibootmgr} is a user-space application to modify the Intel
|
"@code{efibootmgr} is a user-space application to modify the Intel
|
||||||
|
|
Loading…
Reference in a new issue