about summary refs log tree commit diff
path: root/pkgs/servers/http/couchdb
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/servers/http/couchdb
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/servers/http/couchdb')
-rw-r--r--pkgs/servers/http/couchdb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/couchdb/default.nix b/pkgs/servers/http/couchdb/default.nix
index 8b3edb27c17f..697c9d95884f 100644
--- a/pkgs/servers/http/couchdb/default.nix
+++ b/pkgs/servers/http/couchdb/default.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
     description = "A database that uses JSON for documents, JavaScript for MapReduce queries, and regular HTTP for an API";
     homepage = "http://couchdb.apache.org";
     license = licenses.asl20;
-    platform = platforms.all;
+    platforms = platforms.all;
     maintainers = with maintainers; [ garbas ];
   };
 }