lol

riak: add license

see issue #43716

+1
+1
pkgs/servers/nosql/riak/2.2.0.nix
··· 92 92 maintainers = with maintainers; [ cstrahan mdaiter ]; 93 93 description = "Dynamo inspired NoSQL DB by Basho"; 94 94 platforms = [ "x86_64-linux" ]; 95 + license = licenses.asl20; 95 96 }; 96 97 }