atlassian-cli: rename from stash-cli
Closes #6191. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
a9a9ef3479
commit
86f16b2859
4 changed files with 3 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
../Formula/stash-cli.rb
|
1
Aliases/stash-cli
Normal file
1
Aliases/stash-cli
Normal file
|
@ -0,0 +1 @@
|
|||
../Formula/atlassian-cli.rb
|
|
@ -1,4 +1,4 @@
|
|||
class StashCli < Formula
|
||||
class AtlassianCli < Formula
|
||||
desc "Command-line interface clients for Atlassian products"
|
||||
homepage "https://bobswift.atlassian.net/wiki/pages/viewpage.action?pageId=1966101"
|
||||
url "https://bobswift.atlassian.net/wiki/download/attachments/16285777/atlassian-cli-5.7.0-distribution.zip"
|
|
@ -27,5 +27,6 @@
|
|||
"racket": "minimal-racket",
|
||||
"screenbrightness": "brightness",
|
||||
"sonar": "sonarqube",
|
||||
"stash-cli": "atlassian-cli",
|
||||
"wires": "geckodriver"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue