diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 23:43:42 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 23:43:42 -0400 |
commit | 94f972bb892dbf9a86f089f1872ae6d849c0cd0e (patch) | |
tree | 2a3480a33a6039b75609db8c236dc6754b7b46c0 /templates/packages | |
parent | 39ae185aed362c9081cb8832e90cd2fe08ff3900 (diff) |
use a BRANDING_OSEARCH_TAGS for templates/packages/opensearch.xml
Diffstat (limited to 'templates/packages')
-rw-r--r-- | templates/packages/opensearch.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/opensearch.xml b/templates/packages/opensearch.xml index 26185148..6bb1225a 100644 --- a/templates/packages/opensearch.xml +++ b/templates/packages/opensearch.xml @@ -2,7 +2,7 @@ <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <ShortName>{{BRANDING_DISTRONAME}} Packages</ShortName> <Description>Search the {{BRANDING_DISTRONAME}} package repositories.</Description> - <Tags>gnu linuxlibre parabola package software</Tags> + <Tags>{{BRANDING_OSEARCH_TAGS}}</Tags> <Image height="16" width="16" type="image/x-icon">{{domain}}/static/favicon.ico</Image> <Language>en-us</Language> <InputEncoding>UTF-8</InputEncoding> |