treewide: http -> https (#42665)
This commit is contained in:
@@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pages";
|
||||
homepage = http://scrapy.org/;
|
||||
homepage = https://scrapy.org/;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ drewkett ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user