summary refs log tree commit diff
path: root/pkgs/development/python-modules/podcastparser
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-03-21 17:10:41 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-03-21 17:12:48 +0100
commit13ede040f1a7d552fd1d52ecdfa9b842f2d200d4 (patch)
treeb7997008e41ad03337f944a3c0fc3f0141f2d64c /pkgs/development/python-modules/podcastparser
parenta3bce1b041f542c3f796267e558f11485c55ba92 (diff)
downloadnixlib-13ede040f1a7d552fd1d52ecdfa9b842f2d200d4.tar
nixlib-13ede040f1a7d552fd1d52ecdfa9b842f2d200d4.tar.gz
nixlib-13ede040f1a7d552fd1d52ecdfa9b842f2d200d4.tar.bz2
nixlib-13ede040f1a7d552fd1d52ecdfa9b842f2d200d4.tar.lz
nixlib-13ede040f1a7d552fd1d52ecdfa9b842f2d200d4.tar.xz
nixlib-13ede040f1a7d552fd1d52ecdfa9b842f2d200d4.tar.zst
nixlib-13ede040f1a7d552fd1d52ecdfa9b842f2d200d4.zip
pythonPackages.podcastparser: correct license
Diffstat (limited to 'pkgs/development/python-modules/podcastparser')
-rw-r--r--pkgs/development/python-modules/podcastparser/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/podcastparser/default.nix b/pkgs/development/python-modules/podcastparser/default.nix
index ffdfa7a323ac..25682099225c 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 ];
   };
 }