0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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
commit 0027c7119d

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.
'';