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
+1 -1
View File
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A game programming library";
homepage = http://liballeg.org/;
homepage = https://liballeg.org/;
license = licenses.zlib;
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A game programming library";
homepage = http://liballeg.org/;
homepage = https://liballeg.org/;
license = licenses.free; # giftware
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;