diff options
author | brnrd <brnrd@FreeBSD.org> | 2016-04-25 19:46:45 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2016-04-25 19:46:45 +0800 |
commit | 494a174f9e96ae4f3a8d0e388fb564bc776e6943 (patch) | |
tree | 3878404dcaac936528f4ef198f2b09d9f46061f8 /audio | |
parent | a062654b42f1fa13c1fcfcf0e44120e86945da0b (diff) | |
download | freebsd-ports-graphics-494a174f9e96ae4f3a8d0e388fb564bc776e6943.tar.gz freebsd-ports-graphics-494a174f9e96ae4f3a8d0e388fb564bc776e6943.tar.zst freebsd-ports-graphics-494a174f9e96ae4f3a8d0e388fb564bc776e6943.zip |
audio/py-soundcloud: MAINTAINER must contain an email address
- Remove "Bernard Spil" from the MAINTAINER field
Reported by: junovitsch
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-soundcloud/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-soundcloud/Makefile b/audio/py-soundcloud/Makefile index 78b1a9bb516..51a2f4bdab7 100644 --- a/audio/py-soundcloud/Makefile +++ b/audio/py-soundcloud/Makefile @@ -7,7 +7,7 @@ CATEGORIES= audio devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= Bernard Spil <brnrd@FreeBSD.org> +MAINTAINER= brnrd@FreeBSD.org COMMENT= A friendly wrapper library for the Soundcloud API LICENSE= BSD3CLAUSE |