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; {
|
meta = with stdenv.lib; {
|
||||||
description = "Evernote SDK for Python";
|
description = "Evernote SDK for Python";
|
||||||
homepage = "http://dev.evernote.com";
|
homepage = "https://dev.evernote.com";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ hbunke ];
|
maintainers = with maintainers; [ hbunke ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user