lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

wpa_gui: add license + homepage

+4 -2
+4 -2
pkgs/os-specific/linux/wpa_supplicant/gui.nix
··· 23 23 cp -av icons/hicolor $out/share/icons 24 24 ''; 25 25 26 - meta = { 26 + meta = with stdenv.lib; { 27 27 description = "Qt-based GUI for wpa_supplicant"; 28 - platforms = stdenv.lib.platforms.linux; 28 + homepage = http://hostap.epitest.fi/wpa_supplicant/; 29 + license = licenses.bsd3; 30 + platforms = platforms.linux; 29 31 }; 30 32 }