restya-board: update homepage link to use HTTPS
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user