treewide: fix redirected urls (again)
Ran the same script as #78265. Additionally, manually replaced `http://goodies.xfce.org` with https.
This commit is contained in:
@@ -41,7 +41,7 @@ let src = fetchFromGitHub {
|
||||
pname = "ppx_tools";
|
||||
meta = with stdenv.lib; {
|
||||
description = "Tools for authors of ppx rewriters";
|
||||
homepage = http://www.lexifi.com/ppx_tools;
|
||||
homepage = https://www.lexifi.com/ppx_tools;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ vbgl ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user