python-vobject: fix reference to "apache" license
This commit is contained in:
@@ -4591,7 +4591,7 @@ let
|
|||||||
url = "https://pypi.python.org/packages/source/g/gevent/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/g/gevent/${name}.tar.gz";
|
||||||
sha256 = "0hyzfb0gcx9pm5c2igan8y57hqy2wixrwvdjwsaivxsqs0ay49s6";
|
sha256 = "0hyzfb0gcx9pm5c2igan8y57hqy2wixrwvdjwsaivxsqs0ay49s6";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ../development/python-modules/gevent_sslwrap.patch ];
|
patches = [ ../development/python-modules/gevent_sslwrap.patch ];
|
||||||
|
|
||||||
buildInputs = with self; [ pkgs.libev ];
|
buildInputs = with self; [ pkgs.libev ];
|
||||||
@@ -7375,7 +7375,7 @@ let
|
|||||||
url = "http://pypi.python.org/packages/source/P/PrettyTable/${name}.tar.bz2";
|
url = "http://pypi.python.org/packages/source/P/PrettyTable/${name}.tar.bz2";
|
||||||
sha1 = "ad346a18d92c1d95f2295397c7a8a4f489e48851";
|
sha1 = "ad346a18d92c1d95f2295397c7a8a4f489e48851";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgs.glibcLocales ];
|
buildInputs = [ pkgs.glibcLocales ];
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
@@ -7597,7 +7597,7 @@ let
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Module for reading vCard and vCalendar files";
|
description = "Module for reading vCard and vCalendar files";
|
||||||
homepage = http://vobject.skyhouseconsulting.com/;
|
homepage = http://vobject.skyhouseconsulting.com/;
|
||||||
license = licenses.apache;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.DamienCassou ];
|
maintainers = [ maintainers.DamienCassou ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user