Skip to content

Commit

Permalink
Add homepage translator key
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Maryniuk committed Sep 15, 2015
1 parent 25040c9 commit 3fc3894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/modules/aptpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2243,6 +2243,8 @@ def info_installed(*names):
t_nfo['group'] = value
elif key == 'maintainer':
t_nfo['packager'] = value
elif key == 'homepage':
t_nfo['url'] = value
else:
t_nfo[key] = value

Expand Down
1 change: 1 addition & 0 deletions salt/modules/dpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ def _get_pkg_info(*packages):
"section:${Section}\\n" \
"size:${Installed-size}\\n" \
"origin:${Origin}\\n" \
"homepage:${Homepage}\\n" \
"======\\n" \
"description:${Description}\\n" \
"------\\n'"
Expand Down

0 comments on commit 3fc3894

Please sign in to comment.