diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-06-07 11:42:32 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-06-07 11:42:52 +0200 |
commit | 24a7ccb0562a867e363a10ebdc64e3aaa6f01cd2 (patch) | |
tree | 233181b8b05eab8eef2841c0d28bab1c567c272d /package/utils/px5g/Makefile | |
parent | e61fe4e4d762eb3e00c43b6714a229835efc7ea5 (diff) | |
download | upstream-24a7ccb0562a867e363a10ebdc64e3aaa6f01cd2.tar.gz upstream-24a7ccb0562a867e363a10ebdc64e3aaa6f01cd2.tar.bz2 upstream-24a7ccb0562a867e363a10ebdc64e3aaa6f01cd2.zip |
treewide: replace jow@openwrt.org with jo@mein.io
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/utils/px5g/Makefile')
-rw-r--r-- | package/utils/px5g/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/px5g/Makefile b/package/utils/px5g/Makefile index c886ae5880..4714d936b6 100644 --- a/package/utils/px5g/Makefile +++ b/package/utils/px5g/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2015 Jo-Philipp Wich <jow@openwrt.org> +# Copyright (C) 2010-2015 Jo-Philipp Wich <jo@mein.io> # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -19,7 +19,7 @@ define Package/px5g SECTION:=utils CATEGORY:=Utilities TITLE:=X.509 certificate generator (using PolarSSL) - MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> + MAINTAINER:=Jo-Philipp Wich <jo@mein.io> DEPENDS:=+libpolarssl endef |