diff options
author | prlw1 <prlw1> | 2016-06-19 14:33:11 +0000 |
---|---|---|
committer | prlw1 <prlw1> | 2016-06-19 14:33:11 +0000 |
commit | 363091b3b993c1c19e2359acea2b1dae7e3e002e (patch) | |
tree | d49249bf232f79e503f519d2704acd26d2ac47b9 /audio | |
parent | 284c39a165e9c20b7af5b46a01aef813dcf5b961 (diff) | |
download | pkgsrc-363091b3b993c1c19e2359acea2b1dae7e3e002e.tar.gz |
Fix MAINTAINER typo
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rubberband/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rubberband/Makefile b/audio/rubberband/Makefile index 8341151a7ab..7fa016c4dc9 100644 --- a/audio/rubberband/Makefile +++ b/audio/rubberband/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2015/12/28 03:29:33 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2016/06/19 14:33:11 prlw1 Exp $ DISTNAME= rubberband-1.8.1 CATEGORIES= audio MASTER_SITES= http://code.breakfastquay.com/attachments/download/34/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= pkgsrc-users@NetBSD.rog +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://breakfastquay.com/rubberband/ COMMENT= Audio time-stretching and pitch-shifting library LICENSE= gnu-gpl-v2 |