diff options
author | Alberto Bursi <starshipeleven@outlook.com> | 2016-10-23 18:21:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-23 18:21:19 +0200 |
commit | 9648acf668ab80d9f3c988ce2e36e5ef2bbf9d87 (patch) | |
tree | 3afd3c9d5d69ce370b1ab25a457ad3c4a4729ce7 /utils/gzip | |
parent | 15077bebbc9b73792f1cb9a8c805de09a2c5b83f (diff) |
gzip: moving to Compression submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'utils/gzip')
-rw-r--r-- | utils/gzip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/gzip/Makefile b/utils/gzip/Makefile index d1236f212..83f3e384b 100644 --- a/utils/gzip/Makefile +++ b/utils/gzip/Makefile @@ -23,6 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/gzip SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Compression TITLE:=gzip (GNU zip) is a compression utility. URL:=https://www.gnu.org/software/gzip/ MAINTAINER:=Christian Beier <dontmind@freeshell.org> |