Merge pull request #212002 from mothsART/feature/replace_http_by_https

treewide: replace http by https when https is a permanent redirection
This commit is contained in:
Weijia Wang
2023-01-22 03:26:02 +01:00
committed by GitHub
381 changed files with 417 additions and 417 deletions

View File

@@ -35,7 +35,7 @@ buildPythonPackage rec {
meta = {
description = "IPython HTML widgets for Jupyter";
homepage = "http://ipython.org/";
homepage = "https://ipython.org/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
};