diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:19:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-19 00:45:16 +0100 |
commit | 4a0399e277fd76dea018dfc216c30f9ffc16104c (patch) | |
tree | 6e3be8a832d0addf28adeae7754e7afd919d4028 /gnu/packages | |
parent | 2e7d1c567d2e475807014d8cc0d45e7e54767c02 (diff) | |
download | patches-4a0399e277fd76dea018dfc216c30f9ffc16104c.tar patches-4a0399e277fd76dea018dfc216c30f9ffc16104c.tar.gz |
gnu: jrnl: Use HTTPS home page.
* gnu/packages/jrnl.scm (jrnl)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/jrnl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/jrnl.scm b/gnu/packages/jrnl.scm index e5e2a4ba4f..5b57cc7c9b 100644 --- a/gnu/packages/jrnl.scm +++ b/gnu/packages/jrnl.scm @@ -55,7 +55,7 @@ ("python-six" ,python-six) ("python-dateutil" ,python-dateutil) ("python-parsedatetime" ,python-parsedatetime))) - (home-page "http://maebert.github.io/jrnl/") + (home-page "https://maebert.github.io/jrnl/") (synopsis "Personal journal application") (description "Jrnl is a command line journal application that stores your journal in a |