treewide: http -> https

This commit is contained in:
Ryan Mulligan
2018-06-23 04:34:55 -07:00
parent 59daa4fd62
commit 0d5eb901ad
55 changed files with 59 additions and 59 deletions
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
postInstall = "wrapProgram $out/bin/dylan-compiler --suffix PATH : ${gcc}/bin";
meta = {
homepage = http://opendylan.org;
homepage = https://opendylan.org;
description = "A multi-paradigm functional and object-oriented programming language";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;