diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 5a9340c3bd..213ac4cfc1 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2626,11 +2626,12 @@ protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and RIP. ") ;; Don't try to 'mkdir /var'. (substitute* "Makefile.in" (("\\$\\(MKDIR_P\\) -m 700") - "true"))))))) - (home-page "https://git.kernel.org/cgit/network/wireless/iwd.git/") + "true")) + #t))))) + (home-page "https://git.kernel.org/pub/scm/network/wireless/iwd.git/") (synopsis "Internet Wireless Daemon") - (description "iwd is a wireless daemon for Linux written by Intel that -aims to replace WPA supplicant. It optimize resource utilization by not -depending on any external libraries and instead utilizing features provided by -the Linux Kernel to the maximum extent possible.") + (description "iwd is a wireless daemon for Linux that aims to replace WPA +Supplicant. It optimizes resource utilization by not depending on any external +libraries and instead utilizing features provided by the Linux kernel to the +maximum extent possible.") (license license:lgpl2.1+)))