Browse Source

alsa-lib: Add missing comma to maintainer list

Signed-off-by: Ted Hess <thess@kitschensync.net>
lilik-openwrt-22.03
Ted Hess 9 years ago
parent
commit
7e88a109f2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/alsa-lib/Makefile

+ 1
- 1
libs/alsa-lib/Makefile View File

@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/lib/ \
http://alsa.cybermirror.org/lib/
PKG_MD5SUM:=de67e0eca72474d6b1121037dafe1024
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> \
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>, \
Peter Wagner <tripolar@gmx.at>
PKG_LICENSE:=LGPLv2.1 GPLv2


Loading…
Cancel
Save