funambol-client-cpp: add license
This commit is contained in:
parent
552b20f4b8
commit
84d13849df
@ -14,10 +14,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook unzip ];
|
nativeBuildInputs = [ autoreconfHook unzip ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "SyncML client sdk by Funambol project";
|
description = "SyncML client sdk by Funambol project";
|
||||||
homepage = http://www.funambol.com;
|
homepage = http://www.funambol.com;
|
||||||
maintainers = [ ];
|
license = licenses.agpl3;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user