diff options
author | Daniel Dickinson <lede@cshore.thecshore.com> | 2017-01-11 18:55:19 -0500 |
---|---|---|
committer | Daniel Dickinson <lede@cshore.thecshore.com> | 2017-01-11 18:55:19 -0500 |
commit | b27c7fd64b0f01fae88c0c238d2a9e11c0d7032b (patch) | |
tree | a1ab9af124f7aa8d49ed034f5046354e371413da /net/nut | |
parent | c00d89593e0bc88c56180914cb78f87cd2d0fa2c (diff) |
net/nut: Make myself maintainer per private mail
Current maintainer (Martin Rowe) offered to hand over
maintership because I'm interested in doing more with
the package than he requires for his own use, so he
felt it made sense for me to maintain the package.
I accepted, hence this commit.
Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
Diffstat (limited to 'net/nut')
-rw-r--r-- | net/nut/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nut/Makefile b/net/nut/Makefile index bd450a469..629f60ef8 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nut PKG_VERSION:=2.7.4 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.networkupstools.org/source/2.7/ PKG_MD5SUM:=3ba53656933d7471f95140b32a5b8d5c -PKG_MAINTAINER:=Martin Rowe <martin.p.rowe@gmail.com> +PKG_MAINTAINER:=Daniel Dickinson <lede@cshore.thecshore.com> PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=LICENSE-GPL2 |