commit 0f26a9f6d3000348b0e5d186d3f06d2bc03568b1
parent ad52af9a165bd7e840062c6d5e25dec92331c9b0
Author: Alberto Bursi <starshipeleven@outlook.com>
Date: Wed, 2 Nov 2016 09:37:46 +0100
hd-idle: capitalized submenu name (disc -> Disc)
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/hd-idle/Makefile b/utils/hd-idle/Makefile
@@ -27,7 +27,7 @@ define Package/hd-idle
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Another idle-daemon for attached hard drives
- SUBMENU:=disc
+ SUBMENU:=Disc
URL:=http://hd-idle.sourceforge.net/
endef