about summary refs log tree commit diff
path: root/pkgs/tools/security/efitools
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-06-05 15:36:26 +0000
committerAlyssa Ross <hi@alyssa.is>2022-06-10 19:46:39 +0000
commit690125bd0aa0abc1e7380d577a6b27d941cb3c01 (patch)
treef22353b14be8f6fe9074512b765227e99565e477 /pkgs/tools/security/efitools
parent673f67d8f0f1716ab688688c59fd538fd706504e (diff)
treewide: update git.kernel.org/cgit homepage URLs
These are now redirects, and no longer git clone-able despite looking
like git repo URLs.  I've updated them to the new locations.
Diffstat (limited to 'pkgs/tools/security/efitools')
-rw-r--r--pkgs/tools/security/efitools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/efitools/default.nix b/pkgs/tools/security/efitools/default.nix
index 60bb3627cc993..c9deb16ff4412 100644
--- a/pkgs/tools/security/efitools/default.nix
+++ b/pkgs/tools/security/efitools/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Tools for manipulating UEFI secure boot platforms";
-    homepage = "https://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git";
+    homepage = "https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git";
     license = licenses.gpl2;
     maintainers = [ maintainers.grahamc ];
     platforms = platforms.linux;