Date: Mon, 24 Jun 2024 18:26:38 GMT From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 212587cb222d - main - sysutils/pacman: fix MAINTAINER line Message-ID: <202406241826.45OIQcq1062453@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=212587cb222d0d4a25aec4c87ae3543fed954f31 commit 212587cb222d0d4a25aec4c87ae3543fed954f31 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2024-06-24 18:25:57 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2024-06-24 18:25:57 +0000 sysutils/pacman: fix MAINTAINER line Not sure how this was missed way back when --- sysutils/pacman/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/pacman/Makefile b/sysutils/pacman/Makefile index 7bb723005463..54515cca4732 100644 --- a/sysutils/pacman/Makefile +++ b/sysutils/pacman/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 6.1.0 CATEGORIES= sysutils MASTER_SITES= https://gitlab.archlinux.org/${PORTNAME}/${PORTNAME}/-/releases/v${DISTVERSION}/downloads/ -MAINTAINER= vishwin@vishwin.info +MAINTAINER= vishwin@FreeBSD.org COMMENT= Package manager from Arch Linux WWW= https://pacman.archlinux.page/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406241826.45OIQcq1062453>