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