python-vobject: fix reference to "apache" license

This commit is contained in:
Peter Simons 2015-01-22 11:52:57 +01:00
parent 7dc88be121
commit 65d1c7f1a1

View File

@ -7597,7 +7597,7 @@ let
meta = with stdenv.lib; {
description = "Module for reading vCard and vCalendar files";
homepage = http://vobject.skyhouseconsulting.com/;
license = licenses.apache;
license = licenses.asl20;
maintainers = [ maintainers.DamienCassou ];
};
};