diff --git a/pkgs/development/python-modules/can/default.nix b/pkgs/development/python-modules/can/default.nix index 8e7a8b7ea0e..f0b221e5adf 100644 --- a/pkgs/development/python-modules/can/default.nix +++ b/pkgs/development/python-modules/can/default.nix @@ -73,7 +73,7 @@ buildPythonPackage rec { meta = with lib; { description = "CAN support for Python"; - homepage = "python-can.readthedocs.io"; + homepage = "https://python-can.readthedocs.io"; license = licenses.lgpl3Only; maintainers = with maintainers; [ fab sorki ]; }; diff --git a/pkgs/development/python-modules/pyvo/default.nix b/pkgs/development/python-modules/pyvo/default.nix index 715cf0196aa..c04c70ebc60 100644 --- a/pkgs/development/python-modules/pyvo/default.nix +++ b/pkgs/development/python-modules/pyvo/default.nix @@ -49,7 +49,7 @@ buildPythonPackage rec { meta = with lib; { description = "Astropy affiliated package for accessing Virtual Observatory data and services"; - homepage = "github.com/astropy/pyvo"; + homepage = "https://github.com/astropy/pyvo"; license = licenses.bsd3; maintainers = with maintainers; [ smaret ]; };