about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyqt
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz <esm@eduardosm.net>2021-05-18 20:50:07 +0200
committerEduardo Sánchez Muñoz <esm@eduardosm.net>2021-06-27 00:25:13 +0200
commita1539652494ac9484c1982c6cfe7ed93280dcd0f (patch)
tree468572f138661c14e1283f70521aa306cbea358f /pkgs/development/python-modules/pyqt
parentd6e728efc21a8658353d87542957a8b1a1caf05a (diff)
pythonPackages.pyqt5: fix license and homepage
Diffstat (limited to 'pkgs/development/python-modules/pyqt')
-rw-r--r--pkgs/development/python-modules/pyqt/5.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyqt/5.x.nix b/pkgs/development/python-modules/pyqt/5.x.nix
index b58f1f6e642f9..9b9f7c1078cea 100644
--- a/pkgs/development/python-modules/pyqt/5.x.nix
+++ b/pkgs/development/python-modules/pyqt/5.x.nix
@@ -158,8 +158,8 @@ in buildPythonPackage rec {
 
   meta = with lib; {
     description = "Python bindings for Qt5";
-    homepage    = "http://www.riverbankcomputing.co.uk";
-    license     = licenses.gpl3;
+    homepage    = "https://riverbankcomputing.com/";
+    license     = licenses.gpl3Only;
     platforms   = platforms.mesaPlatforms;
     maintainers = with maintainers; [ sander ];
   };