musicfix

music file renamer and tagger
git clone git://git.2f30.org/musicfix
Log | Files | Refs | README | LICENSE

commit 1dabbe8f0a04b6154e58ba9bf5940308b6508189
parent 755ee2f364ebb9fb61662d1bc340b95c83e7bfd2
Author: lostd <lostd@2f30.org>
Date:   Sun, 12 Jan 2014 15:15:08 +0000

Change homepage to git

Diffstat:
Mmusicfix.gemspec | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/musicfix.gemspec b/musicfix.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.authors = ['Lazaros Koromilas'] s.email = 'lostd@2f30.org' s.files = ['bin/musicfix', 'README', 'LICENSE', 'CHANGELOG'] - s.homepage = 'http://www.2f30.org/~lostd/musicfix/' + s.homepage = 'http://git.2f30.org/musicfix/' s.license = 'BSD' s.add_runtime_dependency 'stringex' s.add_runtime_dependency 'taglib-ruby'