git: c5002b9ae3fd - main - textproc/yamlfmt: small typo fix for pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Jun 2023 07:26:50 UTC
The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5002b9ae3fd968ea988f4cc53d566d6f2d52d95 commit c5002b9ae3fd968ea988f4cc53d566d6f2d52d95 Author: Jimmy Olgeni <olgeni@FreeBSD.org> AuthorDate: 2023-06-13 07:26:43 +0000 Commit: Jimmy Olgeni <olgeni@FreeBSD.org> CommitDate: 2023-06-13 07:26:43 +0000 textproc/yamlfmt: small typo fix for pkg-descr --- textproc/yamlfmt/pkg-descr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/yamlfmt/pkg-descr b/textproc/yamlfmt/pkg-descr index bb4605ebb902..04fe0953b8f5 100644 --- a/textproc/yamlfmt/pkg-descr +++ b/textproc/yamlfmt/pkg-descr @@ -1,2 +1,2 @@ Simple and easy-to-use command line tool for formatting yaml files written in -G o language. +Go language.