Change many homepage urls from http to https #30636
This commit is contained in:
@@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "GPGPU algorithms for PyCUDA and PyOpenCL";
|
||||
homepage = http://github.com/fjarri/reikna;
|
||||
homepage = https://github.com/fjarri/reikna;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainer = stdenv.lib.maintainers.fridh;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user