Merge pull request #82993 from Synthetica9/homepage-fix2

treewide: fix redirected urls (again)
This commit is contained in:
Ryan Mulligan
2020-03-30 13:40:46 -07:00
committed by GitHub
30 changed files with 31 additions and 32 deletions
@@ -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 ];
};