obex-data-server: add license
This commit is contained in:
parent
a6b854c9a2
commit
89d0ad5c85
|
@ -18,8 +18,9 @@ stdenv.mkDerivation rec {
|
||||||
export PKG_CONFIG_PATH="${dbus.dev}/lib/pkgconfig:$PKG_CONFIG_PATH"
|
export PKG_CONFIG_PATH="${dbus.dev}/lib/pkgconfig:$PKG_CONFIG_PATH"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://wiki.muiline.com/obex-data-server;
|
homepage = http://wiki.muiline.com/obex-data-server;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue