diff options
| author | Gregory Petrosyan | 2014-05-22 15:36:25 +0400 |
|---|---|---|
| committer | Jack Nagel | 2014-05-22 09:39:08 -0500 |
| commit | ebe0c24a68510e49cdde9c0b76b512a09be71656 (patch) | |
| tree | ac23dacd67893781f60985b110bd6d75f17c9cfc /Library | |
| parent | fda8a02150a855a133f289511a84dcf07cad1070 (diff) | |
| download | homebrew-ebe0c24a68510e49cdde9c0b76b512a09be71656.tar.bz2 | |
cmus: fix homepage & repo
Closes #29486.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cmus.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cmus.rb b/Library/Formula/cmus.rb index bef3acf25..c2d760e49 100644 --- a/Library/Formula/cmus.rb +++ b/Library/Formula/cmus.rb @@ -1,8 +1,8 @@ require "formula" class Cmus < Formula - homepage "http://cmus.sourceforge.net/" - head "https://git.gitorious.org/cmus/cmus.git" + homepage "https://cmus.github.io/" + head "https://github.com/cmus/cmus.git" stable do url "https://github.com/cmus/cmus/archive/v2.5.1.tar.gz" |
