We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2574721 commit 6167e80Copy full SHA for 6167e80
1 file changed
Formula/chapterforge.rb
@@ -2,7 +2,9 @@
2
class Chapterforge < Formula
3
desc "Mux AAC/M4A with Apple-compatible chapter text, URLs, and images"
4
homepage "https://github.com/tillt/ChapterForge"
5
- head "https://github.com/tillt/ChapterForge.git"
+ license "MIT"
6
+
7
+ head "https://github.com/tillt/ChapterForge.git", branch: "main"
8
9
depends_on "cmake" => :build
10
depends_on "ninja" => :build
0 commit comments