horst: update homepage

and use SPDX 3.0 license identifier

Renaud 42ac817c 2ddcc2b3

+2 -2
+2 -2
pkgs/tools/networking/horst/default.nix
··· 34 34 35 35 meta = with lib; { 36 36 description = "Small and lightweight IEEE802.11 wireless LAN analyzer with a text interface"; 37 - homepage = "http://br1.einfach.org/tech/horst/"; 37 + homepage = "https://github.com/br101/horst"; 38 38 maintainers = [ maintainers.fpletz ]; 39 - license = licenses.gpl3; 39 + license = licenses.gpl2Plus; 40 40 platforms = platforms.linux; 41 41 }; 42 42 }