3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.evernote: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 17:00:59 +02:00 committed by Jon
parent e538248f69
commit a55b6f1d06

View file

@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Evernote SDK for Python";
homepage = "http://dev.evernote.com";
homepage = "https://dev.evernote.com";
license = licenses.asl20;
maintainers = with maintainers; [ hbunke ];
};