Fix homepage (#170954)
* python310Packages.can: fix homepage * python310Packages.pyvo: fix homepage
This commit is contained in:
parent
d731df50f2
commit
1e5a283288
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "CAN support for Python";
|
description = "CAN support for Python";
|
||||||
homepage = "python-can.readthedocs.io";
|
homepage = "https://python-can.readthedocs.io";
|
||||||
license = licenses.lgpl3Only;
|
license = licenses.lgpl3Only;
|
||||||
maintainers = with maintainers; [ fab sorki ];
|
maintainers = with maintainers; [ fab sorki ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Astropy affiliated package for accessing Virtual Observatory data and services";
|
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;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ smaret ];
|
maintainers = with maintainers; [ smaret ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue