summary refs log tree commit diff
path: root/pkgs/os-specific/linux/hostapd
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2019-11-16 01:41:23 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2019-11-16 01:41:23 +0100
commit9367367dfd6e0373c04650e9893deed426d48aa2 (patch)
tree7ae2c2dbeeb145848e125d30d3195fcce7322aad /pkgs/os-specific/linux/hostapd
parenta27a14da2a592402ecb89abc040700b2cf90d3c7 (diff)
downloadnixpkgs-9367367dfd6e0373c04650e9893deed426d48aa2.tar
nixpkgs-9367367dfd6e0373c04650e9893deed426d48aa2.tar.gz
nixpkgs-9367367dfd6e0373c04650e9893deed426d48aa2.tar.bz2
nixpkgs-9367367dfd6e0373c04650e9893deed426d48aa2.tar.lz
nixpkgs-9367367dfd6e0373c04650e9893deed426d48aa2.tar.xz
nixpkgs-9367367dfd6e0373c04650e9893deed426d48aa2.tar.zst
nixpkgs-9367367dfd6e0373c04650e9893deed426d48aa2.zip
Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs
as reported by Repology
Diffstat (limited to 'pkgs/os-specific/linux/hostapd')
-rw-r--r--pkgs/os-specific/linux/hostapd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/hostapd/default.nix b/pkgs/os-specific/linux/hostapd/default.nix
index e90470cd589..41d7f236682 100644
--- a/pkgs/os-specific/linux/hostapd/default.nix
+++ b/pkgs/os-specific/linux/hostapd/default.nix
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = http://hostap.epitest.fi;
+    homepage = https://hostap.epitest.fi;
     repositories.git = git://w1.fi/hostap.git;
     description = "A user space daemon for access point and authentication servers";
     license = licenses.gpl2;