From dd9fa84766e745d8a12423d258a6631eafa331c1 Mon Sep 17 00:00:00 2001 From: Colin Arnott Date: Mon, 26 Dec 2022 01:40:17 +0000 Subject: [PATCH] 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. --- pkgs/servers/allmark/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];