Treewide: fix more URL permanent redirects
Related issue: #60004 Previous PR: #73478
This commit is contained in:
@@ -46,7 +46,7 @@ in buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Python compiler with full language support and CPython compatibility";
|
||||
license = licenses.asl20;
|
||||
homepage = http://nuitka.net/;
|
||||
homepage = https://nuitka.net/;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user