remarkjs: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 17:03:55 +02:00 committed by Jon
parent f284354712
commit 56a7c4f056

View File

@ -60,7 +60,7 @@ in stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://remarkjs.com";
homepage = "https://remarkjs.com";
description = "A simple, in-browser, markdown-driven slideshow tool";
maintainers = [];
platforms = stdenv.lib.platforms.linux;