summary refs log tree commit diff
path: root/pkgs/tools/networking/horst/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/horst/default.nix')
-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 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;
   };
 }