about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 17:41:28 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 21:17:44 +0300
commitb96fe03484ba8fa3091664246ec67a57f5703b1a (patch)
tree2d673f1f41dc21507849e1012eeede4c49aaeef2 /pkgs/applications
parente669521834c5670bb0e79d9b25f3e3d10aede156 (diff)
downloadnixlib-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar
nixlib-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar.gz
nixlib-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar.bz2
nixlib-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar.lz
nixlib-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar.xz
nixlib-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar.zst
nixlib-b96fe03484ba8fa3091664246ec67a57f5703b1a.zip
treewide: Fix meta.platforms related typos
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/tweak/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/tweak/default.nix b/pkgs/applications/editors/tweak/default.nix
index 5ebe4672cab0..f90eb609d446 100644
--- a/pkgs/applications/editors/tweak/default.nix
+++ b/pkgs/applications/editors/tweak/default.nix
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
     description = "An efficient hex editor";
     homepage = "http://www.chiark.greenend.org.uk/~sgtatham/tweak";
     license = licenses.mit;
-    platform = platforms.unix;
+    platforms = platforms.unix;
   };
 }