tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
riak: add license
see issue #43716
Pascal Wittmann
7 years ago
7baa750e
80b5d9e3
+1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
nosql
riak
2.2.0.nix
+1
pkgs/servers/nosql/riak/2.2.0.nix
reviewed
···
92
92
maintainers = with maintainers; [ cstrahan mdaiter ];
93
93
description = "Dynamo inspired NoSQL DB by Basho";
94
94
platforms = [ "x86_64-linux" ];
95
95
+
license = licenses.asl20;
95
96
};
96
97
}