Fix homepage (#170954)
* python310Packages.can: fix homepage * python310Packages.pyvo: fix homepage
This commit is contained in:
parent
d731df50f2
commit
1e5a283288
@ -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…
Reference in New Issue
Block a user