pythonPackages.podcastparser: correct license
This commit is contained in:
parent
a3bce1b041
commit
13ede040f1
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "podcastparser is a simple, fast and efficient podcast parser written in Python.";
|
description = "podcastparser is a simple, fast and efficient podcast parser written in Python.";
|
||||||
homepage = http://gpodder.org/podcastparser/;
|
homepage = http://gpodder.org/podcastparser/;
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.bsd2;
|
||||||
maintainers = with lib.maintainers; [ mic92 ];
|
maintainers = with lib.maintainers; [ mic92 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user