From 0d11c6c07655f97ebedb102608fd9cd5b13a9f84 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 13 Mar 2023 17:06:06 -0400 Subject: [PATCH] package metadata --- nix/tahoe-lafs.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nix/tahoe-lafs.nix b/nix/tahoe-lafs.nix index ec1c83f73..43f46092d 100644 --- a/nix/tahoe-lafs.nix +++ b/nix/tahoe-lafs.nix @@ -127,4 +127,11 @@ buildPythonPackage { export TAHOE_LAFS_HYPOTHESIS_PROFILE=ci python -m twisted.trial -j $NIX_BUILD_CORES allmydata ''; + + meta = with lib; { + homepage = "https://tahoe-lafs.org/"; + description = "secure, decentralized, fault-tolerant file store"; + # Also TGPPL + license = licenses.gpl2Plus; + }; }