zipline: add meta.downloadPage

(cherry picked from commit 9c249cf00b)
This commit is contained in:
Defelo
2025-07-21 16:46:55 +02:00
committed by github-actions[bot]
parent 16474aaad9
commit 4a76f1735e

View File

@@ -117,8 +117,9 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "ShareX/file upload server that is easy to use, packed with features, and with an easy setup";
changelog = "https://github.com/diced/zipline/releases/tag/v${finalAttrs.version}";
homepage = "https://zipline.diced.sh/";
downloadPage = "https://github.com/diced/zipline";
changelog = "https://github.com/diced/zipline/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ defelo ];
mainProgram = "zipline";