···6# some loss of functionality because of it.
78python3Packages.buildPythonApplication rec {
9- version = "2021-07-09";
10 pname = "tahoe-lafs";
11- namePrefix = "";
1213 src = fetchFromGitHub {
14 owner = "tahoe-lafs";
···84 trial --rterrors allmydata
85 '';
8687- 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.
78python3Packages.buildPythonApplication rec {
09 pname = "tahoe-lafs";
10+ version = "unstable-2021-07-09";
1112 src = fetchFromGitHub {
13 owner = "tahoe-lafs";
···83 trial --rterrors allmydata
84 '';
8586+ 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}