Sat Aug 5 19:36:12 2023 UTC ()
ruby-parallel: relinquish MAINTAINERship.

I took MAINTAINERship just for ruby-tw, but currently
www/ruby-html-poofer requires this.


(tsutsui)
diff -r1.15 -r1.16 pkgsrc/misc/ruby-parallel/Makefile

cvs diff -r1.15 -r1.16 pkgsrc/misc/ruby-parallel/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/ruby-parallel/Makefile 2021/03/07 14:40:12 1.15
+++ pkgsrc/misc/ruby-parallel/Makefile 2023/08/05 19:36:12 1.16
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.15 2021/03/07 14:40:12 taca Exp $ 1# $NetBSD: Makefile,v 1.16 2023/08/05 19:36:12 tsutsui Exp $
2# 2#
3 3
4DISTNAME= parallel-1.20.1 4DISTNAME= parallel-1.20.1
5CATEGORIES= misc 5CATEGORIES= misc
6 6
7MAINTAINER= tsutsui@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/grosser/parallel 8HOMEPAGE= https://github.com/grosser/parallel
9COMMENT= Run any kind of code in parallel processes 9COMMENT= Run any kind of code in parallel processes
10LICENSE= mit 10LICENSE= mit
11 11
12USE_LANGUAGES= # none 12USE_LANGUAGES= # none
13 13
14.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"