diff --git a/package/gluon-alfred/files/lib/gluon/alfred/announce.sh b/package/gluon-alfred/files/lib/gluon/alfred/announce.sh
index 41c9c8c3fccce59aff195d217533e73ce1b7bbd1..54d30b5a8a517f19b99e5d54bc7d2d8268c23af6 100755
--- a/package/gluon-alfred/files/lib/gluon/alfred/announce.sh
+++ b/package/gluon-alfred/files/lib/gluon/alfred/announce.sh
@@ -18,7 +18,7 @@ fi
 set -e
 
 json_init
-json_add_string "name" "$(uci get 'system.@system[0].hostname')"
+json_add_string "hostname" "$(uci get 'system.@system[0].hostname')"
 
 if [ "$(uci -q get 'system.@system[0].share_location')" = 1 ]; then
 json_add_object "location"