Skip to content

Commit 6167e80

Browse files
committed
fix: homebrew formula
1 parent 2574721 commit 6167e80

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Formula/chapterforge.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
class Chapterforge < Formula
33
desc "Mux AAC/M4A with Apple-compatible chapter text, URLs, and images"
44
homepage "https://github.com/tillt/ChapterForge"
5-
head "https://github.com/tillt/ChapterForge.git"
5+
license "MIT"
6+
7+
head "https://github.com/tillt/ChapterForge.git", branch: "main"
68

79
depends_on "cmake" => :build
810
depends_on "ninja" => :build

0 commit comments

Comments
 (0)