diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2020-11-20 19:46:35 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-11-24 15:39:07 +0100 |
commit | bc64b9c32e00bf398f29f360fd2286d26ef3b7d5 (patch) | |
tree | e18e18c877f966162dacfecc85f4394746244352 /package/boot/uboot-tegra | |
parent | 9100566267755ea642f08c203d03a9b8f13478c9 (diff) | |
download | openwrt-bc64b9c32e00bf398f29f360fd2286d26ef3b7d5.tar.gz openwrt-bc64b9c32e00bf398f29f360fd2286d26ef3b7d5.tar.bz2 openwrt-bc64b9c32e00bf398f29f360fd2286d26ef3b7d5.zip |
treewide: update email address of Tomasz Maciej Nowak
Replace my o2.pl email address.
I'm still available at the old address.
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
[rephrase commit title/message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'package/boot/uboot-tegra')
-rw-r--r-- | package/boot/uboot-tegra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile index 4b9f7876f8..778019257d 100644 --- a/package/boot/uboot-tegra/Makefile +++ b/package/boot/uboot-tegra/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2019 Tomasz Maciej Nowak <tomek_n@o2.pl> +# Copyright (C) 2017-2019 Tomasz Maciej Nowak <tmn505@gmail.com> # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,7 +11,7 @@ PKG_RELEASE := 1 PKG_HASH := 76b7772d156b3ddd7644c8a1736081e55b78828537ff714065d21dbade229bef -PKG_MAINTAINER := Tomasz Maciej Nowak <tomek_n@o2.pl> +PKG_MAINTAINER := Tomasz Maciej Nowak <tmn505@gmail.com> include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |