Merge pull request #18806 from kvz/patch-1

riak: update service example
This commit is contained in:
Daiderd Jordan
2016-09-23 00:31:06 +02:00
committed by GitHub
+1 -1
View File
@@ -20,7 +20,7 @@ in
package = mkOption {
type = types.package;
example = literalExample "pkgs.riak2";
example = literalExample "pkgs.riak";
description = ''
Riak package to use.
'';