summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-30 00:04:42 -0500
committerGitHub <noreply@github.com>2022-12-30 00:04:42 -0500
commit215933a9387c7d9c57babb6246003ba39896b5d5 (patch)
tree96beca8476fb5d44e5016c938c839f2889022308
parente363dcd8092de606201c285f3ced18e79a527e74 (diff)
parentdd9fa84766e745d8a12423d258a6631eafa331c1 (diff)
Merge pull request #208297 from urandom2/allmark
allmark: fix homepage
-rw-r--r--pkgs/servers/allmark/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];