mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
committed by
github-actions[bot]
parent
16474aaad9
commit
4a76f1735e
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user