n: Fix line order. (#6991)
This commit is contained in:
parent
47c83145d3
commit
f71dd90868
1 changed files with 1 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
class N < Formula
|
||||
desc "Node version management"
|
||||
homepage "https://github.com/tj/n"
|
||||
head "https://github.com/tj/n.git"
|
||||
url "https://github.com/tj/n/archive/v2.1.0.tar.gz"
|
||||
sha256 "6fb70b39065a6d6ba1d12915906c06907a3e1afbb25c7653ad23a21217f51c76"
|
||||
head "https://github.com/tj/n.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue