Browse Source

libwebsockets: Add maintainer/url info

I added the package originally, guess I should maintain it.

Signed-off-by: Karl Palsson <karlp@remake.is>
Karl Palsson 9 years ago
parent
commit
d3fd7b1126
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      libs/libwebsockets/Makefile

+ 2
- 0
libs/libwebsockets/Makefile View File

@@ -43,6 +43,8 @@ define Package/$(PKG_NAME)/Default
43 43
 	CATEGORY:=Libraries
44 44
 	TITLE:=libwebsockets
45 45
 	DEPENDS:=+zlib
46
+	URL:=https://libwebsockets.org
47
+	MAINTAINER:=Karl Palsson <karlp@remake.is>
46 48
 endef
47 49
 
48 50
 define Package/libwebsockets-openssl