Merge pull request #88804 from anmonteiro/anmonteiro/cockroachdb-20.1.0

cockroachdb: fix license
This commit is contained in:
Austin Seipp 2020-11-15 20:54:37 -06:00 committed by GitHub
commit 213804cbf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
homepage = "https://www.cockroachlabs.com";
description = "A scalable, survivable, strongly-consistent SQL database";
license = licenses.asl20;
license = licenses.bsl11;
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ rushmorem thoughtpolice rvolosatovs ];
};