pythonPackages.podcastparser: correct license

This commit is contained in:
Jörg Thalheim 2017-03-21 17:10:41 +01:00
parent a3bce1b041
commit 13ede040f1
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = {
description = "podcastparser is a simple, fast and efficient podcast parser written in Python.";
homepage = http://gpodder.org/podcastparser/;
license = lib.licenses.gpl3;
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ mic92 ];
};
}