diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-09-06 13:39:51 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-09-06 14:16:26 +0100 |
commit | c2aceed4f0270ec08274c5c4b0356c2acb15f40e (patch) | |
tree | c969749102a9edf5d0ed501461e08ea4d5800254 /sys-boot/grub | |
parent | sys-cluster/kube-scheduler: stabilize 1.28.13 for amd64 (diff) | |
download | gentoo-c2aceed4f0270ec08274c5c4b0356c2acb15f40e.tar.gz gentoo-c2aceed4f0270ec08274c5c4b0356c2acb15f40e.tar.bz2 gentoo-c2aceed4f0270ec08274c5c4b0356c2acb15f40e.zip |
sys-boot/grub: Fix URL typo in sbat.csv
Closes: https://github.com/gentoo/gentoo/pull/38484
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'sys-boot/grub')
-rw-r--r-- | sys-boot/grub/files/sbat.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/files/sbat.csv b/sys-boot/grub/files/sbat.csv index 2b87b532556c..f85cd8eb0632 100644 --- a/sys-boot/grub/files/sbat.csv +++ b/sys-boot/grub/files/sbat.csv @@ -1,3 +1,3 @@ sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md -grub,3,Free Software Foundation,grub,%PV%,https//www.gnu.org/software/grub/ +grub,3,Free Software Foundation,grub,%PV%,https://www.gnu.org/software/grub/ grub.gentoo,1,Gentoo,grub,%PV%,https://bugs.gentoo.org/ |