i2pd: fix meta.license

This commit is contained in:
SLNOS 2017-07-01 00:00:00 +00:00 committed by Jan Malakhovski
parent 6de00c1cb2
commit cd6df6bbf7

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://i2pd.website;
description = "Minimal I2P router written in C++";
license = licenses.gpl2;
license = licenses.bsd3;
maintainers = with maintainers; [ edwtjo ];
platforms = platforms.linux;
};