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; { 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;
}; };