restya-board: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 17:04:59 +02:00 committed by Jon
parent 40dd2c27c6
commit 7a29abc75c

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Web-based kanban board";
license = licenses.osl3;
homepage = "http://restya.com";
homepage = "https://restya.com";
maintainers = with maintainers; [ tstrobel ];
platforms = platforms.linux;
};