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