Skip to content

Commit 25247f4

Browse files
committed
jaso: Misc change
1 parent 44c15f5 commit 25247f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/jaso.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
class Jaso < Formula
2-
desc "Normalizes filenames into Unicode NFC form"
2+
desc "Normalizes filenames to Unicode NFC, faster than convmv"
33
homepage "https://github.com/cr0sh/jaso"
44
url "https://github.com/cr0sh/jaso/archive/refs/tags/v1.0.0.tar.gz"
55
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"
67

78
bottle do
89
root_url "https://github.com/simnalamburt/homebrew-x/releases/download/jaso-1.0.0"

0 commit comments

Comments
 (0)