treewide: replace http by https when https is a permanent redirection
This commit is contained in:
committed by
Weijia Wang
parent
2272f206cd
commit
65d7e87fdb
@@ -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; [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user