diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-05-15 15:59:07 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-05-15 15:59:07 +0300 |
commit | 9860c90e8e5362e0e843efbd45f4563b9746a196 (patch) | |
tree | cc0824517ac0d112554ac8e04031c832a77e2676 /gnu/packages | |
parent | 00838bd41ce7f1e4bf0d9d65bcf0f96fa781f6f4 (diff) | |
download | guix-9860c90e8e5362e0e843efbd45f4563b9746a196.tar guix-9860c90e8e5362e0e843efbd45f4563b9746a196.tar.gz |
gnu: efibootmgr: Update to new upstream location.
* gnu/packages/linux.scm (efibootmgr)[source, home-page]: Update to new
upstream URI.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index eb92ac3f9f..0b30108d7c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6787,7 +6787,7 @@ interface to the variable facility of UEFI boot firmware.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/rhinstaller/efibootmgr") + (url "https://github.com/rhboot/efibootmgr") (commit version))) (file-name (git-file-name name version)) (sha256 @@ -6826,7 +6826,7 @@ interface to the variable facility of UEFI boot firmware.") (list pkg-config)) (inputs (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") (description "@code{efibootmgr} is a user-space application to modify the Intel |