Change many homepage urls from http to https #30636
This commit is contained in:
@@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
buildInputs = [ glibcLocales ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://pypi.python.org/pypi/Unidecode/;
|
||||
homepage = https://pypi.python.org/pypi/Unidecode/;
|
||||
description = "ASCII transliterations of Unicode text";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
|
||||
Reference in New Issue
Block a user