pythonPackages.sip{,_4}: update homepage

This commit is contained in:
Eduardo Sánchez Muñoz 2021-06-09 15:54:35 +02:00
parent a153965249
commit f5888e7277
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Creates C++ bindings for Python modules";
homepage = "http://www.riverbankcomputing.co.uk/";
homepage = "https://riverbankcomputing.com/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ lovek323 sander ];
platforms = platforms.all;

View File

@ -33,7 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Creates C++ bindings for Python modules";
homepage = "http://www.riverbankcomputing.co.uk/";
homepage = "https://riverbankcomputing.com/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ eduardosm ];
};