Merge pull request #39793 from ryantm/https

treewide: http to https
This commit is contained in:
Matthew Justin Bauer
2018-05-01 02:05:55 -05:00
committed by GitHub
41 changed files with 50 additions and 50 deletions
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A flexible emulator front-end supporting keyboardless navigation and custom system themes";
homepage = http://emulationstation.org;
homepage = https://emulationstation.org;
maintainers = [ stdenv.lib.maintainers.edwtjo ];
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;