pythonPackages.pyqt5: fix license and homepage

This commit is contained in:
Eduardo Sánchez Muñoz
2021-05-18 20:50:07 +02:00
parent d6e728efc2
commit a153965249

View File

@@ -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 ];
};