summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Alexandro Becker <caarlos0@users.noreply.github.com>2023-01-24 14:17:47 -0300
committerGitHub <noreply@github.com>2023-01-24 14:17:47 -0300
commit0325be3670e81036bf23eeb6e7568c216c5c14a0 (patch)
tree14a5ebbaa075ceabcc593efa75406746768a2ce0
parent19732a63035e316e3079d15030a573e89d7115cf (diff)
fix: rm emoji from package description (#453)
-rw-r--r--.goreleaser.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index 6f6fead..aa0c1ae 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -5,7 +5,7 @@ includes:
variables:
main: "."
binary_name: glow
- description: "Render markdown on the CLI, with pizzazz! 💅🏻"
+ description: "Render markdown on the CLI, with pizzazz!"
github_url: "https://github.com/charmbracelet/soft-serve"
maintainer: "Christian Muehlhaeuser <muesli@charm.sh>"
brew_commit_author_name: "Christian Muehlhaeuser"