meta.licenses -> license

This commit is contained in:
Joachim Fasting
2015-04-21 23:10:07 +02:00
parent 5c6dd54183
commit 8488d133f3
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "https://track.privacysolutions.no/projects/i2pd";
description = "Minimal I2P router written in C++";
licenses = licenses.gpl2;
license = licenses.gpl2;
maintainers = with maintainers; [ edwtjo ];
platforms = platforms.linux;
};