python-vobject: fix reference to "apache" license
This commit is contained in:
@@ -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