Skip to content

Commit 9b1e6c5

Browse files
piroorCh4s3
authored andcommitted
Fix invalid URI (#171)
1 parent 39feb53 commit 9b1e6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classifier-reborn.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
1515
s.summary = 'A general classifier module to allow Bayesian and other types of classifications.'
1616
s.authors = ['Lucas Carlson', 'Parker Moore', 'Chase Gilliam']
1717
s.email = ['lucas@rufy.com', 'parkrmoore@gmail.com', 'chase.gilliam@gmail.com']
18-
s.homepage = 'www.classifier-reborn.com'
18+
s.homepage = 'http://www.classifier-reborn.com'
1919

2020
all_files = `git ls-files -z`.split("\x0")
2121
s.files = all_files.grep(%r{^(bin|lib|data)/})

0 commit comments

Comments
 (0)