horst: update homepage

and use SPDX 3.0 license identifier
This commit is contained in:
Renaud 2022-02-06 14:14:48 +01:00 committed by c0bw3b
parent 2ddcc2b369
commit 42ac817c5f

View file

@ -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;
};
}