keybase: add license

See issue: https://github.com/NixOS/nixpkgs/issues/43716
This commit is contained in:
Vadim-Valdis Yudaev 2019-11-17 20:46:13 +02:00
parent 5189a27237
commit b568b813d8
No known key found for this signature in database
GPG Key ID: DDF9DB0BBB06E35F

View File

@ -36,5 +36,6 @@ buildGoPackage rec {
description = "The Keybase official command-line utility and service.";
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ carlsverre np rvolosatovs ];
license = licenses.bsd3;
};
}