package metadata

This commit is contained in:
Jean-Paul Calderone 2023-03-13 17:06:06 -04:00
parent 1e0e5304d7
commit 0d11c6c076

View File

@ -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;
};
}