Merge pull request #37752 from ryantm/fix-urls

treewide: use more HTTPS URLs
This commit is contained in:
Matthew Justin Bauer
2018-03-25 00:40:17 -05:00
committed by GitHub
91 changed files with 139 additions and 139 deletions

View File

@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
version = "2.8.3";
src = fetchurl {
url = "http://fs-uae.net/fs-uae/stable/${version}/${name}.tar.gz";
url = "https://fs-uae.net/fs-uae/stable/${version}/${name}.tar.gz";
sha256 = "14k2p324sdr662f49299mv0bw5jmpj1i2iqn0xs5pgf80x6l3mg2";
};

View File

@@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Playstation 1 emulator";
homepage = http://pcsxr.codeplex.com/;
homepage = https://pcsxr.codeplex.com/;
maintainers = with maintainers; [ rardiol ];
license = licenses.gpl2Plus;
platforms = platforms.all;