mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
i2pd: fix meta.license
This commit is contained in:
parent
6de00c1cb2
commit
cd6df6bbf7
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user