commit d3fd7b112658ed8733664004402617ed75ad0620
parent affb6cb9ede0d3459c7c6180663f049bf87313bd
Author: Karl Palsson <karlp@remake.is>
Date: Thu, 7 May 2015 14:09:12 +0000
libwebsockets: Add maintainer/url info
I added the package originally, guess I should maintain it.
Signed-off-by: Karl Palsson <karlp@remake.is>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/libs/libwebsockets/Makefile b/libs/libwebsockets/Makefile
@@ -43,6 +43,8 @@ define Package/$(PKG_NAME)/Default
CATEGORY:=Libraries
TITLE:=libwebsockets
DEPENDS:=+zlib
+ URL:=https://libwebsockets.org
+ MAINTAINER:=Karl Palsson <karlp@remake.is>
endef
define Package/libwebsockets-openssl