remarkjs: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski
2020-04-24 19:44:59 -07:00
committed by Jon
parent f284354712
commit 56a7c4f056
+1 -1
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;