Merge pull request #208297 from urandom2/allmark

allmark: fix homepage
This commit is contained in:
figsoda 2022-12-30 00:04:42 -05:00 committed by GitHub
commit 215933a938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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