* python310Packages.can: fix homepage

* python310Packages.pyvo: fix homepage
main
Sandro 2 years ago committed by GitHub
parent d731df50f2
commit 1e5a283288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/python-modules/can/default.nix
  2. 2
      pkgs/development/python-modules/pyvo/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 ];
};

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

Loading…
Cancel
Save