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:
Patrick Hilhorst
2020-03-20 13:36:23 +01:00
parent ecce3a7bc9
commit 9fc5e7e473
30 changed files with 31 additions and 31 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" ];