allmark: fix homepage

The website listed on github.com currently returns a 401, so probably
best to just use the repo as the landing page.

+1 -1
+1 -1
pkgs/servers/allmark/default.nix
··· 19 19 20 20 meta = with lib; { 21 21 description = "A cross-platform markdown web server"; 22 - homepage = "https://allmark.io"; 22 + homepage = "https://github.com/andreaskoch/allmark"; 23 23 changelog = "https://github.com/andreaskoch/allmark/-/releases/v${version}"; 24 24 license = licenses.bsd3; 25 25 maintainers = with maintainers; [ urandom ];