Change many homepage urls from http to https #30636
This commit is contained in:
@@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://github.com/twisted/treq;
|
||||
homepage = https://github.com/twisted/treq;
|
||||
description = "A requests-like API built on top of twisted.web's Agent";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ nand0p ];
|
||||
|
||||
Reference in New Issue
Block a user