about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMalcolm Matalka <mmatalka@gmail.com>2013-06-04 17:17:54 +0200
committerMalcolm Matalka <mmatalka@gmail.com>2013-06-04 17:17:54 +0200
commit1a282dcae6140240fb0c72330b959a487f74f4e0 (patch)
tree2bff20887674179132db33297b3b66c6a5443d84 /pkgs/servers
parent992f5b8d2631f41cac30b73e8ccdce54518d0301 (diff)
downloadnixlib-1a282dcae6140240fb0c72330b959a487f74f4e0.tar
nixlib-1a282dcae6140240fb0c72330b959a487f74f4e0.tar.gz
nixlib-1a282dcae6140240fb0c72330b959a487f74f4e0.tar.bz2
nixlib-1a282dcae6140240fb0c72330b959a487f74f4e0.tar.lz
nixlib-1a282dcae6140240fb0c72330b959a487f74f4e0.tar.xz
nixlib-1a282dcae6140240fb0c72330b959a487f74f4e0.tar.zst
nixlib-1a282dcae6140240fb0c72330b959a487f74f4e0.zip
Fix up the description a bit
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/nosql/riak/1.3.1.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/nosql/riak/1.3.1.nix b/pkgs/servers/nosql/riak/1.3.1.nix
index 388f97e5394e..f3b5033137ed 100644
--- a/pkgs/servers/nosql/riak/1.3.1.nix
+++ b/pkgs/servers/nosql/riak/1.3.1.nix
@@ -52,9 +52,9 @@ stdenv.mkDerivation rec {
     maintainers = stdenv.lib.maintainers.orbitz;
     description = "Dynamo inspired NoSQL DB by Basho";
     longDescription = ''
-      This reworks how the riak and riak-admin scripts work.  Rather
-      than the scripts using their own location to determine where the
-      data, log, and etc directories should live, the scripts expect
+      This patches the riak and riak-admin scripts to work better in Nix.
+      Rather than the scripts using their own location to determine where
+      the data, log, and etc directories should live, the scripts expect
       RIAK_DATA_DIR, RIAK_LOG_DIR, and RIAK_ETC_DIR to be defined
       and use those.
     ''