diff options
author | Sam James <sam@gentoo.org> | 2021-06-16 15:13:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-16 15:13:33 +0100 |
commit | b147c4a4675dcbfe34b16b101d4c30f3fd9a8621 (patch) | |
tree | 3f6d85170d5bec72eb9bbffec0c778b2c718d139 /app-shells/fzf | |
parent | app-shells/fzf: drop 0.25.0, 0.25.1 (diff) | |
download | gentoo-b147c4a4675dcbfe34b16b101d4c30f3fd9a8621.tar.gz gentoo-b147c4a4675dcbfe34b16b101d4c30f3fd9a8621.tar.bz2 gentoo-b147c4a4675dcbfe34b16b101d4c30f3fd9a8621.zip |
app-shells/fzf: GoLang -> Golang
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/fzf')
-rw-r--r-- | app-shells/fzf/fzf-0.27.0.ebuild | 2 | ||||
-rw-r--r-- | app-shells/fzf/fzf-0.27.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/fzf/fzf-0.27.0.ebuild b/app-shells/fzf/fzf-0.27.0.ebuild index 98fa87fdb665..8a094f3a5dbe 100644 --- a/app-shells/fzf/fzf-0.27.0.ebuild +++ b/app-shells/fzf/fzf-0.27.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit bash-completion-r1 go-module -DESCRIPTION="A general-purpose command-line fuzzy finder, written in GoLang" +DESCRIPTION="A general-purpose command-line fuzzy finder, written in Golang" HOMEPAGE="https://github.com/junegunn/fzf" # For fancy versioning only. Bump on the next release! diff --git a/app-shells/fzf/fzf-0.27.2.ebuild b/app-shells/fzf/fzf-0.27.2.ebuild index 7c8238faf416..f37dd8edb301 100644 --- a/app-shells/fzf/fzf-0.27.2.ebuild +++ b/app-shells/fzf/fzf-0.27.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit bash-completion-r1 go-module -DESCRIPTION="General-purpose command-line fuzzy finder, written in GoLang" +DESCRIPTION="General-purpose command-line fuzzy finder, written in Golang" HOMEPAGE="https://github.com/junegunn/fzf" # For fancy versioning only. Bump on the next release! |