restya-board: 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 40dd2c27c6
commit 7a29abc75c
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Web-based kanban board"; description = "Web-based kanban board";
license = licenses.osl3; license = licenses.osl3;
homepage = "http://restya.com"; homepage = "https://restya.com";
maintainers = with maintainers; [ tstrobel ]; maintainers = with maintainers; [ tstrobel ];
platforms = platforms.linux; platforms = platforms.linux;
}; };