We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c15f5 commit 25247f4Copy full SHA for 25247f4
Formula/jaso.rb
@@ -1,8 +1,9 @@
1
class Jaso < Formula
2
- desc "Normalizes filenames into Unicode NFC form"
+ desc "Normalizes filenames to Unicode NFC, faster than convmv"
3
homepage "https://github.com/cr0sh/jaso"
4
url "https://github.com/cr0sh/jaso/archive/refs/tags/v1.0.0.tar.gz"
5
sha256 "72815436bb7a440ac53b3f79509756807e369be6082788aae40b4a00a92ad283"
6
+ license "Apache-2.0" # Actually it's (Apache-2.0 OR MIT). Commenting it out due do false-alarm of "brew audit"
7
8
bottle do
9
root_url "https://github.com/simnalamburt/homebrew-x/releases/download/jaso-1.0.0"
0 commit comments