python.pkgs wide: fix problematic urls
This commit is contained in:
@@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "The official Todoist Python API library";
|
||||
homepage = http://todoist-python.readthedocs.io/en/latest/;
|
||||
homepage = https://todoist-python.readthedocs.io/en/latest/;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user