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.
This commit is contained in:
Colin Arnott 2022-12-26 01:40:17 +00:00
parent a8ce53810a
commit dd9fa84766
No known key found for this signature in database
GPG Key ID: 0447A663F7F3E236

View File

@ -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 ];