From: Robert Kaiser Date: Sat, 26 Jan 2013 14:18:30 +0000 (+0100) Subject: try adding the developer name to the manifest X-Git-Tag: production~23 X-Git-Url: https://git-public.kairo.at/?p=tricorder.git;a=commitdiff_plain;h=ded41ceae922ad16f13f1aa52a0ff12bbe5055ad;ds=inline try adding the developer name to the manifest --- diff --git a/package/manifest.package b/package/manifest.package index 40a44b4..b8d4fdc 100644 --- a/package/manifest.package +++ b/package/manifest.package @@ -2,5 +2,8 @@ "name": "Tricorder", "package_path": "http://tricorder.kairo.at/package.zip", "version": "0.DVER", - "size": "PKGSIZE" + "size": "PKGSIZE", + "developer": { + "name": "Robert Kaiser" + } }