Fix homepage (#170954)

* python310Packages.can: fix homepage

* python310Packages.pyvo: fix homepage
This commit is contained in:
Sandro 2022-04-30 02:57:49 +02:00 committed by GitHub
parent d731df50f2
commit 1e5a283288
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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