diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-06-07 08:58:31 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-06-07 08:58:42 +0200 |
commit | 7eeb254cc49c4e9f837c980826ec112b9404f341 (patch) | |
tree | db7afa90503c4b77c8fa06f5e1d351d3b3a140a5 /package/network/config | |
parent | f7fb6e49f214e8a38698bab4d33551addbc04439 (diff) | |
download | upstream-7eeb254cc49c4e9f837c980826ec112b9404f341.tar.gz upstream-7eeb254cc49c4e9f837c980826ec112b9404f341.tar.bz2 upstream-7eeb254cc49c4e9f837c980826ec112b9404f341.zip |
treewide: replace nbd@openwrt.org with nbd@nbd.name
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/config')
-rw-r--r-- | package/network/config/netifd/Makefile | 2 | ||||
-rw-r--r-- | package/network/config/qos-scripts/Makefile | 2 | ||||
-rw-r--r-- | package/network/config/swconfig/Makefile | 2 | ||||
-rw-r--r-- | package/network/config/swconfig/src/cli.c | 2 | ||||
-rw-r--r-- | package/network/config/swconfig/src/swlib.c | 2 | ||||
-rw-r--r-- | package/network/config/swconfig/src/swlib.h | 2 | ||||
-rw-r--r-- | package/network/config/swconfig/src/uci.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 1660ad0c3d..82fcb3e48e 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -9,7 +9,7 @@ PKG_SOURCE_URL=$(OPENWRT_GIT)/project/netifd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=99e6dc68bbac5a57a0ebca810a9dc36e38667821 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> +PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> # PKG_MIRROR_MD5SUM:= # CMAKE_INSTALL:=1 diff --git a/package/network/config/qos-scripts/Makefile b/package/network/config/qos-scripts/Makefile index 288740b245..1b43ba1d30 100644 --- a/package/network/config/qos-scripts/Makefile +++ b/package/network/config/qos-scripts/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=qos-scripts PKG_VERSION:=1.3.0 PKG_RELEASE:=1 -PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> +PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) diff --git a/package/network/config/swconfig/Makefile b/package/network/config/swconfig/Makefile index b62b059873..2856742fcd 100644 --- a/package/network/config/swconfig/Makefile +++ b/package/network/config/swconfig/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=swconfig PKG_RELEASE:=10 -PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> +PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk diff --git a/package/network/config/swconfig/src/cli.c b/package/network/config/swconfig/src/cli.c index 90554143e1..331f3d5dac 100644 --- a/package/network/config/swconfig/src/cli.c +++ b/package/network/config/swconfig/src/cli.c @@ -1,7 +1,7 @@ /* * swconfig.c: Switch configuration utility * - * Copyright (C) 2008 Felix Fietkau <nbd@openwrt.org> + * Copyright (C) 2008 Felix Fietkau <nbd@nbd.name> * Copyright (C) 2010 Martin Mares <mj@ucw.cz> * * This program is free software; you can redistribute it and/or diff --git a/package/network/config/swconfig/src/swlib.c b/package/network/config/swconfig/src/swlib.c index 9b675a924a..e6e9aead47 100644 --- a/package/network/config/swconfig/src/swlib.c +++ b/package/network/config/swconfig/src/swlib.c @@ -1,7 +1,7 @@ /* * swlib.c: Switch configuration API (user space part) * - * 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 Lesser General Public License diff --git a/package/network/config/swconfig/src/swlib.h b/package/network/config/swconfig/src/swlib.h index f443bf5c26..3826a5e340 100644 --- a/package/network/config/swconfig/src/swlib.h +++ b/package/network/config/swconfig/src/swlib.h @@ -1,7 +1,7 @@ /* * swlib.h: Switch configuration API (user space part) * - * Copyright (C) 2008-2009 Felix Fietkau <nbd@openwrt.org> + * Copyright (C) 2008-2009 Felix Fietkau <nbd@nbd.name> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License diff --git a/package/network/config/swconfig/src/uci.c b/package/network/config/swconfig/src/uci.c index bbeeb03111..b541b71646 100644 --- a/package/network/config/swconfig/src/uci.c +++ b/package/network/config/swconfig/src/uci.c @@ -1,7 +1,7 @@ /* * uci.c: UCI binding for the switch configuration utility * - * Copyright (C) 2009 Felix Fietkau <nbd@openwrt.org> + * Copyright (C) 2009 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 |