brightness: renamed from "screenbrightness"
This commit is contained in:
parent
984537956b
commit
7fbe9ff90a
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
class Screenbrightness < Formula
|
||||
class Brightness < Formula
|
||||
desc "Change OS X display brightness from the command-line"
|
||||
homepage "https://github.com/nriley/brightness"
|
||||
url "https://github.com/nriley/brightness/archive/1.2.tar.gz"
|
|
@ -20,5 +20,6 @@
|
|||
"objective-caml": "ocaml",
|
||||
"offline-imap": "offlineimap",
|
||||
"plt-racket": "racket",
|
||||
"polarssl": "mbedtls"
|
||||
"polarssl": "mbedtls",
|
||||
"screenbrightness": "brightness"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue