about summary refs log tree commit diff
path: root/pkgs/tools/networking/mtr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/mtr/default.nix')
-rw-r--r--pkgs/tools/networking/mtr/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/networking/mtr/default.nix b/pkgs/tools/networking/mtr/default.nix
index c586d6a75ef1d..6343cf53fb2af 100644
--- a/pkgs/tools/networking/mtr/default.nix
+++ b/pkgs/tools/networking/mtr/default.nix
@@ -51,8 +51,9 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "A network diagnostics tool";
     homepage = "https://www.bitwizard.nl/mtr/";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     maintainers = with maintainers; [ koral orivej raskin globin ];
+    mainProgram = "mtr";
     platforms = platforms.unix;
   };
 }