diff options
Diffstat (limited to 'project.nix')
-rwxr-xr-x | project.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.nix b/project.nix index 5776186..7377bc6 100755 --- a/project.nix +++ b/project.nix @@ -30,7 +30,7 @@ mkDubDerivation rec { echo "built $out/bin/spine" ''; meta = with pkgs.lib; { - homepage = http://sisudoc.org; + homepage = https://sisudoc.org; description = "a sisu like document parser"; license = licenses.agpl3Plus; platforms = platforms.linux; |