tahoe-lafs: make use of lib.licenses

This commit is contained in:
jopejoe1
2025-09-28 18:47:22 +02:00
parent 280114e2d9
commit 9b4e80b20c
+4 -1
View File
@@ -163,7 +163,10 @@ python3Packages.buildPythonApplication rec {
homepage = "https://tahoe-lafs.org/";
license = [
lib.licenses.gpl2Plus # or
"TGPPLv1+"
{
fullName = "Transitive Grace Period Public Licence version 1.0";
url = "https://github.com/tahoe-lafs/tahoe-lafs/blob/master/COPYING.TGPPL.rst";
}
];
maintainers = with lib.maintainers; [ MostAwesomeDude ];
platforms = lib.platforms.linux;