Merge pull request #206358 from aaronjheng/hostapd

hostapd: update homepage
This commit is contained in:
Bobby Rong
2022-12-16 17:48:35 +08:00
committed by GitHub
+1 -1
View File
@@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "https://hostap.epitest.fi";
homepage = "https://w1.fi/hostapd/";
description = "A user space daemon for access point and authentication servers";
license = licenses.gpl2;
maintainers = with maintainers; [ ninjatrappeur hexa ];