-
-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename homebrew formula subdirctory (#923)
Rename hombrew formula directory from `homebrew-formula` to `HomebrewFormula` based on the [homebrew doc](https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap#creating-a-tap).
- Loading branch information
1 parent
7d5e2ae
commit eaee56c
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "martin" | ||
# Make sure to update /home/nyurik/dev/rust/martin/homebrew-formula/martin.rb version | ||
# Make sure to update /home/nyurik/dev/rust/martin/HomebrewFormula/martin.rb version | ||
# Once the release is published with the hash | ||
version = "0.9.1" | ||
authors = ["Stepan Kuzmin <[email protected]>", "Yuri Astrakhan <[email protected]>", "MapLibre contributors"] | ||
|