···66# some loss of functionality because of it.
7788python3Packages.buildPythonApplication rec {
99- version = "2021-07-09";
109 pname = "tahoe-lafs";
1111- namePrefix = "";
1010+ version = "unstable-2021-07-09";
12111312 src = fetchFromGitHub {
1413 owner = "tahoe-lafs";
···8483 trial --rterrors allmydata
8584 '';
86858787- meta = {
8686+ meta = with lib; {
8887 description = "Tahoe-LAFS, a decentralized, fault-tolerant, distributed storage system";
8988 longDescription = ''
9089 Tahoe-LAFS is a secure, decentralized, fault-tolerant filesystem.
···9291 such a way that it remains available even when some of the peers
9392 are unavailable, malfunctioning, or malicious.
9493 '';
9595- homepage = "http://tahoe-lafs.org/";
9696- license = [ lib.licenses.gpl2Plus /* or */ "TGPPLv1+" ];
9494+ homepage = "https://tahoe-lafs.org/";
9595+ license = [ licenses.gpl2Plus /* or */ "TGPPLv1+" ];
9796 maintainers = with lib.maintainers; [ MostAwesomeDude ];
9898- platforms = lib.platforms.gnu ++ lib.platforms.linux;
9797+ platforms = platforms.gnu ++ platforms.linux;
9998 };
10099}