Using the Erlang client library from Riak in Nitrogen
问题 This question is a continuation of Including the Erlang client lib which was asked before. I was able to include the library by changing: {mimetypes, ".*", {git, "git://github.com/spawngrid/mimetypes", {branch, master}}}, %% Uncomment the following lines and comment the bottom lines with specific %% tags to always pull the latest versions {nitrogen_core, ".*", {git, "git://github.com/nitrogen/nitrogen_core",{branch, master}}}, to: {mimetypes, ".*", {git, "git://github.com/spawngrid/mimetypes"