diff options
Diffstat (limited to 'editors/parinfer-rust')
-rw-r--r-- | editors/parinfer-rust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile index 9f943ace9fea..23d759809e88 100644 --- a/editors/parinfer-rust/Makefile +++ b/editors/parinfer-rust/Makefile @@ -1,10 +1,10 @@ PORTNAME= parinfer-rust DISTVERSIONPREFIX= v DISTVERSION= 0.4.3.20220110 -PORTREVISION= 30 +PORTREVISION= 33 CATEGORIES= editors -MAINTAINER= mikael@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Infer parentheses for Clojure, Lisp, and Scheme WWW= https://github.com/eraserhd/parinfer-rust |