Browse Source
Merge pull request #15853 from jonathanunderwood/stubby-getdns-remove-maintainer
[stubby,getdns]: Remove maintainer from stubby and getdns packages
lilik-openwrt-22.03
Daniel Engberg
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
libs/getdns/Makefile
-
net/stubby/Makefile
|
|
@ -10,7 +10,7 @@ PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_LICENSE:=BSD-3-Clause |
|
|
|
PKG_LICENSE_FILES:=LICENSE |
|
|
|
PKG_MAINTAINER:=Jonathan Underwood <jonathan.underwood@gmail.com> |
|
|
|
PKG_MAINTAINER:= |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=https://getdnsapi.net/dist/ |
|
|
|
|
|
@ -13,7 +13,7 @@ PKG_SOURCE_URL:=https://github.com/getdnsapi/$(PKG_NAME) |
|
|
|
PKG_SOURCE_VERSION:=v$(PKG_VERSION) |
|
|
|
PKG_MIRROR_HASH:=bc5f604da1b70287a6c3d89eac2e13ce8bca52840e7b72ab098a3deeb9935082 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Jonathan Underwood <jonathan.underwood@gmail.com> |
|
|
|
PKG_MAINTAINER:= |
|
|
|
PKG_LICENSE:=BSD-3-Clause |
|
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
|
|
|
|
|