mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
python-vobject: fix reference to "apache" license
This commit is contained in:
parent
7dc88be121
commit
65d1c7f1a1
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user