From 42ac817c5f954cbbe3ff658ddea5e4036ca74bfa Mon Sep 17 00:00:00 2001 From: Renaud Date: Sun, 6 Feb 2022 14:14:48 +0100 Subject: [PATCH] horst: update homepage and use SPDX 3.0 license identifier --- pkgs/tools/networking/horst/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/networking/horst/default.nix b/pkgs/tools/networking/horst/default.nix index 331738be532..5e4568914d8 100644 --- a/pkgs/tools/networking/horst/default.nix +++ b/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; }; }