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

This commit is contained in:
Ferry Jérémie
2023-01-22 02:46:49 +01:00
committed by Weijia Wang
parent 2272f206cd
commit 65d7e87fdb
381 changed files with 417 additions and 417 deletions
@@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Utilities and Python modules for handling audio";
homepage = "http://audiotools.sourceforge.net/";
homepage = "https://audiotools.sourceforge.net/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ];
};