brightness: renamed from "screenbrightness"

This commit is contained in:
chdiza 2016-05-25 13:00:05 -04:00 committed by Dominyk Tiller
parent 984537956b
commit 7fbe9ff90a
2 changed files with 3 additions and 2 deletions

View file

@ -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"

View file

@ -20,5 +20,6 @@
"objective-caml": "ocaml",
"offline-imap": "offlineimap",
"plt-racket": "racket",
"polarssl": "mbedtls"
"polarssl": "mbedtls",
"screenbrightness": "brightness"
}