Skip to content

Commit

Permalink
Merge pull request #4300 from rolandwalker/bitcoin_core_name_exception
Browse files Browse the repository at this point in the history
add exception for Cask name `bitcoin-core.rb`
  • Loading branch information
vitorgalvao committed May 10, 2014
2 parents f718e0d + aa6ebd8 commit f85083c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions developer/bin/cask_namer
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ APP_EXCEPTION_PATS = {
%r{\Akismac\Z}i => 'kismac',
%r{\Avoicemac\Z}i => 'voicemac',
%r{\Acleanmymac[\s\d\.]*\Z}i => 'cleanmymac',
%r{\Abitcoin-?qt\Z}i => 'bitcoin-core',
}

# Preserve trailing patterns on App names that could be mistaken
Expand Down

0 comments on commit f85083c

Please sign in to comment.