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

View File

@@ -57,7 +57,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A strongly-typed functional programming language that compiles to JavaScript";
homepage = http://www.purescript.org/;
homepage = "https://www.purescript.org/";
license = licenses.bsd3;
maintainers = [ maintainers.justinwoo maintainers.mbbx6spp ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];