3
0
Fork 0
forked from mirrors/nixpkgs

funambol-client-cpp: add license

This commit is contained in:
Markus Kowalewski 2018-08-20 00:39:49 +02:00
parent 552b20f4b8
commit 84d13849df
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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;
};
}