From 3a9983b45d3d5f67ffccf924179cf4bc4bc104e2 Mon Sep 17 00:00:00 2001 From: obadz Date: Wed, 20 Jan 2016 16:50:15 +0000 Subject: couchdb: add platform, remove maintainer that was added accidentally, fixes #12502 --- pkgs/servers/http/couchdb/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pkgs/servers/http/couchdb/default.nix') diff --git a/pkgs/servers/http/couchdb/default.nix b/pkgs/servers/http/couchdb/default.nix index 54412d2ab40..8b3edb27c17 100644 --- a/pkgs/servers/http/couchdb/default.nix +++ b/pkgs/servers/http/couchdb/default.nix @@ -41,10 +41,11 @@ stdenv.mkDerivation rec { --enable-js-trunk ''; - meta = { + meta = with stdenv.lib; { description = "A database that uses JSON for documents, JavaScript for MapReduce queries, and regular HTTP for an API"; homepage = "http://couchdb.apache.org"; - license = stdenv.lib.licenses.asl20; - maintainers = with stdenv.lib.maintainers; [ viric garbas ]; + license = licenses.asl20; + platform = platforms.all; + maintainers = with maintainers; [ garbas ]; }; } -- cgit 1.4.1