aboutsummaryrefslogtreecommitdiff
path: root/libs/libwebsockets
diff options
context:
space:
mode:
authorKarl Palsson <karlp@remake.is>2015-05-07 14:09:12 +0000
committerKarl Palsson <karlp@remake.is>2015-05-07 14:09:12 +0000
commitd3fd7b112658ed8733664004402617ed75ad0620 (patch)
tree69024bcdc97ac9d877e36d37397aa8bedbacb0d8 /libs/libwebsockets
parentaffb6cb9ede0d3459c7c6180663f049bf87313bd (diff)
libwebsockets: Add maintainer/url info
I added the package originally, guess I should maintain it. Signed-off-by: Karl Palsson <karlp@remake.is>
Diffstat (limited to 'libs/libwebsockets')
-rw-r--r--libs/libwebsockets/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/libwebsockets/Makefile b/libs/libwebsockets/Makefile
index 7b7fac32d..d9952e6fb 100644
--- 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