about summary refs log tree commit diff
path: root/pkgs/tools/networking/horst
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-06 14:14:48 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2022-02-06 15:10:53 +0100
commit42ac817c5f954cbbe3ff658ddea5e4036ca74bfa (patch)
tree527b299d55d31859eafe278510dde2d9d7543225 /pkgs/tools/networking/horst
parent2ddcc2b369b93796d2e4c85ba58f626eb7b34d11 (diff)
horst: update homepage
and use SPDX 3.0 license identifier
Diffstat (limited to 'pkgs/tools/networking/horst')
-rw-r--r--pkgs/tools/networking/horst/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/horst/default.nix b/pkgs/tools/networking/horst/default.nix
index 331738be53299..5e4568914d840 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;
   };
 }