We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efd493 commit e7948e6Copy full SHA for e7948e6
1 file changed
Formula/ye_olde_todos.rb
@@ -1,9 +1,9 @@
1
class YeOldeTodos < Formula
2
desc "Tool for finding todo comments in code and sorting them by age"
3
- homepage "https://github.com/goodpals/ye-olde-todos"
4
- url "https://github.com/goodpals/ye-olde-todos/archive/refs/tags/v0.1.0.tar.gz"
+ homepage "https://github.com/goodpals/ye_olde_todos"
+ url "https://github.com/goodpals/ye_olde_todos/archive/refs/tags/v0.1.0.tar.gz"
5
license "AGPL-3.0"
6
- head "https://github.com/goodpals/ye-olde-todos.git", branch: "main"
+ head "https://github.com/goodpals/ye_olde_todos.git", branch: "main"
7
version "0.1.0"
8
sha256 "0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5"
9
0 commit comments