python.pkgs wide: fix problematic urls
This commit is contained in:
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "User-space driver for modern FTDI devices";
|
||||
homepage = "http://github.com/eblot/pyftdi";
|
||||
homepage = "https://github.com/eblot/pyftdi";
|
||||
license = lib.licenses.lgpl2;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user