From 5961f211f3bcc28f878975489690013ee3e18be6 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Fri, 10 Jan 2020 12:17:37 -0800 Subject: python.pkgs wide: fix problematic urls --- pkgs/development/python-modules/zope_filerepresentation/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/python-modules/zope_filerepresentation/default.nix') diff --git a/pkgs/development/python-modules/zope_filerepresentation/default.nix b/pkgs/development/python-modules/zope_filerepresentation/default.nix index 36d664efd1a0..e9104a1b9392 100644 --- a/pkgs/development/python-modules/zope_filerepresentation/default.nix +++ b/pkgs/development/python-modules/zope_filerepresentation/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ zope_schema ]; meta = with stdenv.lib; { - homepage = http://zopefilerepresentation.readthedocs.io/; + homepage = https://zopefilerepresentation.readthedocs.io/; description = "File-system Representation Interfaces"; license = licenses.zpl20; maintainers = with maintainers; [ goibhniu ]; -- cgit 1.4.1