summaryrefslogtreecommitdiffstats
path: root/package/system/uci
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-06-07 08:58:31 +0200
committerFelix Fietkau <nbd@nbd.name>2016-06-07 08:58:42 +0200
commit7eeb254cc49c4e9f837c980826ec112b9404f341 (patch)
treedb7afa90503c4b77c8fa06f5e1d351d3b3a140a5 /package/system/uci
parentf7fb6e49f214e8a38698bab4d33551addbc04439 (diff)
downloadmaster-31e0f0ae-7eeb254cc49c4e9f837c980826ec112b9404f341.tar.gz
master-31e0f0ae-7eeb254cc49c4e9f837c980826ec112b9404f341.tar.bz2
master-31e0f0ae-7eeb254cc49c4e9f837c980826ec112b9404f341.zip
treewide: replace nbd@openwrt.org with nbd@nbd.name
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/system/uci')
-rw-r--r--package/system/uci/Makefile2
-rw-r--r--package/system/uci/files/lib/config/uci.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/system/uci/Makefile b/package/system/uci/Makefile
index e48d5b454c..ae6104fac4 100644
--- a/package/system/uci/Makefile
+++ b/package/system/uci/Makefile
@@ -25,7 +25,7 @@ PKG_SOURCE_PROTO:=git
PKG_LICENSE:=LGPL-2.1
PKG_LICENSE_FILES:=
-PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
+PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_BUILD_PARALLEL:=0
diff --git a/package/system/uci/files/lib/config/uci.sh b/package/system/uci/files/lib/config/uci.sh
index db84c8343e..50891a64e4 100644
--- a/package/system/uci/files/lib/config/uci.sh
+++ b/package/system/uci/files/lib/config/uci.sh
@@ -2,7 +2,7 @@
# Shell script compatibility wrappers for /sbin/uci
#
# Copyright (C) 2008-2010 OpenWrt.org
-# Copyright (C) 2008 Felix Fietkau <nbd@openwrt.org>
+# Copyright (C) 2008 Felix Fietkau <nbd@nbd.name>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by