bitbucket-cli: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-05 15:58:32 +02:00
parent e91778419b
commit f2256c52f1
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -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;
};
}