treewide: replace http by https when https is a permanent redirection

This commit is contained in:
Ferry Jérémie
2023-01-21 22:41:12 +01:00
committed by Weijia Wang
parent 2272f206cd
commit 65d7e87fdb
381 changed files with 417 additions and 417 deletions

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = {
description = "Vestigial utilities from IPython";
homepage = "http://ipython.org/";
homepage = "https://ipython.org/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
};