mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 03:47:39 +00:00
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:
parent
a8ce53810a
commit
dd9fa84766
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user