capnproto: update homepage and correct license

See MIT License at https://github.com/capnproto/capnproto/blob/master/LICENSE
This commit is contained in:
Jim Garrison 2021-09-20 04:37:30 -04:00 committed by GitHub
parent a26de40d12
commit 00a66c45e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
homepage = "http://kentonv.github.io/capnproto";
homepage = "https://capnproto.org/";
description = "Cap'n Proto cerealization protocol";
longDescription = ''
Capn Proto is an insanely fast data interchange format and
capability-based RPC system. Think JSON, except binary. Or think Protocol
Buffers, except faster.
'';
license = licenses.bsd2;
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ cstrahan ];
};