diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-01-19 11:08:13 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-01-19 11:17:09 +0100 |
commit | 935bff6852cf8555294606f16bf55dd8b626bb95 (patch) | |
tree | ab045b7bb8eb30aedb6a495326dcc62aade52cd3 /multimedia | |
parent | 770be1697b9ce1ed57644652963e0cf05babbc2a (diff) |
youtube-dl: add Josef Schlehofer as co-maintainer
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/youtube-dl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/youtube-dl/Makefile b/multimedia/youtube-dl/Makefile index 6543dc05b..9d8e63bb5 100644 --- a/multimedia/youtube-dl/Makefile +++ b/multimedia/youtube-dl/Makefile @@ -18,7 +18,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_LICENSE:=Unlicense PKG_LICENSE_FILES:=LICENSE -PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com> +PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com>, Josef Schlehofer <pepe.schlehofer@gmail.com> PKG_BUILD_DEPENDS:=python/host zip/host |