about summary refs log tree commit diff
path: root/pkgs/servers/allmark
diff options
context:
space:
mode:
authorColin Arnott <colin@urandom.co.uk>2022-12-26 01:40:17 +0000
committerColin Arnott <colin@urandom.co.uk>2022-12-30 00:01:00 +0000
commitdd9fa84766e745d8a12423d258a6631eafa331c1 (patch)
tree532f2d671da899e2fef9613242cbf712cd201166 /pkgs/servers/allmark
parenta8ce53810a43b1bf26d027f92e730dc4358250d4 (diff)
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.
Diffstat (limited to 'pkgs/servers/allmark')
-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 439e064b2aff7..1e5b58dc6b19e 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 ];