riak: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-06 12:26:03 +02:00
parent 80b5d9e3d3
commit 7baa750efc
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

@ -92,5 +92,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ cstrahan mdaiter ];
description = "Dynamo inspired NoSQL DB by Basho";
platforms = [ "x86_64-linux" ];
license = licenses.asl20;
};
}