summary refs log tree commit diff
path: root/pkgs/tools/networking/fakeroute
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2017-05-02 19:14:03 -0400
committerAneesh Agrawal <aneeshusa@gmail.com>2017-05-02 19:32:02 -0400
commitded7953478eff74d213b39136f269eb8d5eab8c9 (patch)
tree9c4c5f68ea513fae6a8cfac755bc5972345f6762 /pkgs/tools/networking/fakeroute
parent572fd3de58f39b17029de857b7023d50be0cc6fb (diff)
downloadnixpkgs-ded7953478eff74d213b39136f269eb8d5eab8c9.tar
nixpkgs-ded7953478eff74d213b39136f269eb8d5eab8c9.tar.gz
nixpkgs-ded7953478eff74d213b39136f269eb8d5eab8c9.tar.bz2
nixpkgs-ded7953478eff74d213b39136f269eb8d5eab8c9.tar.lz
nixpkgs-ded7953478eff74d213b39136f269eb8d5eab8c9.tar.xz
nixpkgs-ded7953478eff74d213b39136f269eb8d5eab8c9.tar.zst
nixpkgs-ded7953478eff74d213b39136f269eb8d5eab8c9.zip
treewide: meta.platform -> meta.platforms
Diffstat (limited to 'pkgs/tools/networking/fakeroute')
-rw-r--r--pkgs/tools/networking/fakeroute/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/fakeroute/default.nix b/pkgs/tools/networking/fakeroute/default.nix
index 1cb614e88c0..9737108e6ac 100644
--- a/pkgs/tools/networking/fakeroute/default.nix
+++ b/pkgs/tools/networking/fakeroute/default.nix
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
     '';
     homepage = https://moxie.org/software/fakeroute/;
     license = licenses.bsd3;
-    platform = platforms.linux;
+    platforms = platforms.linux;
   };
 }