Merge pull request #60010 from JohnAZoidberg/https-urls

HTTPS urls
This commit is contained in:
markuskowa
2019-04-22 23:37:07 +02:00
committed by GitHub
219 changed files with 271 additions and 272 deletions
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
name = "clearlooks-phenix-${version}";
src = fetchurl {
url = "http://github.com/jpfleury/clearlooks-phenix/archive/${version}.tar.gz";
url = "https://github.com/jpfleury/clearlooks-phenix/archive/${version}.tar.gz";
sha256 = "1x2psfbhxc3bk3q795bafxv6p890yfsankfw64p44q4r1x0236ra";
};