From 13ede040f1a7d552fd1d52ecdfa9b842f2d200d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 21 Mar 2017 17:10:41 +0100 Subject: [PATCH] pythonPackages.podcastparser: correct license --- pkgs/development/python-modules/podcastparser/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/podcastparser/default.nix b/pkgs/development/python-modules/podcastparser/default.nix index ffdfa7a323a..25682099225 100644 --- a/pkgs/development/python-modules/podcastparser/default.nix +++ b/pkgs/development/python-modules/podcastparser/default.nix @@ -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 ]; }; }