1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

bazaar: add license

This commit is contained in:
Markus Kowalewski 2018-09-08 14:55:41 +02:00
parent 70e254d6bd
commit c2ff374951
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -27,9 +27,10 @@ python2Packages.buildPythonApplication rec {
--subst-var-by certPath /etc/ssl/certs/ca-certificates.crt
'';
meta = {
meta = with stdenv.lib; {
homepage = http://bazaar-vcs.org/;
description = "A distributed version control system that Just Works";
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = licenses.gpl2Plus;
};
}