From cce3c80707eda99cc86760d3a65c0df66af11f16 Mon Sep 17 00:00:00 2001 From: Dmitri Goutnik Date: Sun, 21 Jun 2020 18:50:36 +0000 Subject: [PATCH] devel/gh: Trivial changes to COMMENT and pkg-descr PR: 247436 Submitted by: Lewis Cook (maintainer) --- devel/gh/Makefile | 2 +- devel/gh/pkg-descr | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/gh/Makefile b/devel/gh/Makefile index aeb33d5efc31..7f042ea8136c 100644 --- a/devel/gh/Makefile +++ b/devel/gh/Makefile @@ -6,7 +6,7 @@ DISTVERSION= 0.10.0 CATEGORIES= devel MAINTAINER= vulcan@wired.sh -COMMENT= GitHub command-line tool +COMMENT= GitHub's official command line tool LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/gh/pkg-descr b/devel/gh/pkg-descr index 8761909e49b6..ef2eda68c007 100644 --- a/devel/gh/pkg-descr +++ b/devel/gh/pkg-descr @@ -3,4 +3,8 @@ It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code. +While in beta, GitHub CLI is available for repos hosted on +GitHub.com only. It currently does not support repositories +hosted on GitHub Enterprise Server or other hosting providers. + WWW: https://cli.github.com