diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-02-25 10:36:43 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-03-05 16:34:52 -0500 |
commit | c4089574242a027db1655f0ee15eac9953fe9993 (patch) | |
tree | c7576090a317f5cb915c4a6407393ca458d4ec4b /project.nix | |
parent | external & build dependences in src tree (diff) |
cleaning
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; |