diff --git a/pkgs/servers/allmark/default.nix b/pkgs/servers/allmark/default.nix index 439e064b2aff..1e5b58dc6b19 100644 --- a/pkgs/servers/allmark/default.nix +++ b/pkgs/servers/allmark/default.nix @@ -19,7 +19,7 @@ buildGoPackage rec { meta = with lib; { description = "A cross-platform markdown web server"; - homepage = "https://allmark.io"; + homepage = "https://github.com/andreaskoch/allmark"; changelog = "https://github.com/andreaskoch/allmark/-/releases/v${version}"; license = licenses.bsd3; maintainers = with maintainers; [ urandom ];