From f2256c52f10e0cb5a39b4f4a948f21ab20ae9945 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 5 Aug 2018 15:58:32 +0200 Subject: [PATCH] bitbucket-cli: add license see issue #43716 --- pkgs/development/python-modules/bitbucket-cli/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/bitbucket-cli/default.nix b/pkgs/development/python-modules/bitbucket-cli/default.nix index b5d115f4d0bb..0a54c0ed17c3 100644 --- a/pkgs/development/python-modules/bitbucket-cli/default.nix +++ b/pkgs/development/python-modules/bitbucket-cli/default.nix @@ -19,5 +19,6 @@ buildPythonPackage rec { description = "Bitbucket command line interface"; homepage = https://bitbucket.org/zhemao/bitbucket-cli; maintainers = with maintainers; [ refnil ]; + license = licenses.bsd2; }; }