forked from mirrors/nixpkgs
pythonPackages.evernote: update homepage link to use HTTPS
This commit is contained in:
parent
e538248f69
commit
a55b6f1d06
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue