bzr-tools: add license

This commit is contained in:
Markus Kowalewski 2018-09-08 15:01:25 +02:00
parent c2ff374951
commit 499b7e8927
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -11,9 +11,10 @@ python2Packages.buildPythonApplication rec {
doCheck = false; doCheck = false;
meta = { meta = with stdenv.lib; {
description = "Bazaar plugins"; description = "Bazaar plugins";
homepage = http://wiki.bazaar.canonical.com/BzrTools; homepage = http://wiki.bazaar.canonical.com/BzrTools;
platforms = stdenv.lib.platforms.unix; platforms = platforms.unix;
license = licenses.gpl2;
}; };
} }