3
0
Fork 0
forked from mirrors/nixpkgs

Remove reference to riak2

As mentioned by LnL in IRC, we

> used to have riak and riak2

But this seems no longer the case, hence the example should be updated.
This commit is contained in:
Kevin van Zonneveld 2016-09-21 14:34:31 +02:00 committed by GitHub
parent 30e35d1218
commit 6ee89c907c

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