tahoe-lafs: cleanup

+5 -6
+5 -6
pkgs/tools/networking/p2p/tahoe-lafs/default.nix
··· 6 # some loss of functionality because of it. 7 8 python3Packages.buildPythonApplication rec { 9 - version = "2021-07-09"; 10 pname = "tahoe-lafs"; 11 - namePrefix = ""; 12 13 src = fetchFromGitHub { 14 owner = "tahoe-lafs"; ··· 84 trial --rterrors allmydata 85 ''; 86 87 - meta = { 88 description = "Tahoe-LAFS, a decentralized, fault-tolerant, distributed storage system"; 89 longDescription = '' 90 Tahoe-LAFS is a secure, decentralized, fault-tolerant filesystem. ··· 92 such a way that it remains available even when some of the peers 93 are unavailable, malfunctioning, or malicious. 94 ''; 95 - homepage = "http://tahoe-lafs.org/"; 96 - license = [ lib.licenses.gpl2Plus /* or */ "TGPPLv1+" ]; 97 maintainers = with lib.maintainers; [ MostAwesomeDude ]; 98 - platforms = lib.platforms.gnu ++ lib.platforms.linux; 99 }; 100 }
··· 6 # some loss of functionality because of it. 7 8 python3Packages.buildPythonApplication rec { 9 pname = "tahoe-lafs"; 10 + version = "unstable-2021-07-09"; 11 12 src = fetchFromGitHub { 13 owner = "tahoe-lafs"; ··· 83 trial --rterrors allmydata 84 ''; 85 86 + meta = with lib; { 87 description = "Tahoe-LAFS, a decentralized, fault-tolerant, distributed storage system"; 88 longDescription = '' 89 Tahoe-LAFS is a secure, decentralized, fault-tolerant filesystem. ··· 91 such a way that it remains available even when some of the peers 92 are unavailable, malfunctioning, or malicious. 93 ''; 94 + homepage = "https://tahoe-lafs.org/"; 95 + license = [ licenses.gpl2Plus /* or */ "TGPPLv1+" ]; 96 maintainers = with lib.maintainers; [ MostAwesomeDude ]; 97 + platforms = platforms.gnu ++ platforms.linux; 98 }; 99 }