horst: update homepage

and use SPDX 3.0 license identifier
main
Renaud 2 years ago committed by c0bw3b
parent 2ddcc2b369
commit 42ac817c5f
  1. 4
      pkgs/tools/networking/horst/default.nix

@ -34,9 +34,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Small and lightweight IEEE802.11 wireless LAN analyzer with a text interface";
homepage = "http://br1.einfach.org/tech/horst/";
homepage = "https://github.com/br101/horst";
maintainers = [ maintainers.fpletz ];
license = licenses.gpl3;
license = licenses.gpl2Plus;
platforms = platforms.linux;
};
}

Loading…
Cancel
Save