i2pd: fix meta.license

authored by SLNOS and committed by Jan Malakhovski cd6df6bb 6de00c1c

+1 -1
+1 -1
pkgs/tools/networking/i2pd/default.nix
··· 23 23 meta = with stdenv.lib; { 24 24 homepage = https://i2pd.website; 25 25 description = "Minimal I2P router written in C++"; 26 - license = licenses.gpl2; 26 + license = licenses.bsd3; 27 27 maintainers = with maintainers; [ edwtjo ]; 28 28 platforms = platforms.linux; 29 29 };