diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-08-07 18:15:45 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-08-09 08:21:43 +0200 |
commit | 1bf33c56fb70aaa4d0a9b5c34727b30bd2624eed (patch) | |
tree | 70e03ba5ae1f5ccc55845bb9f19345cb56799244 /dev-ruby/timecop | |
parent | dev-ruby/power_assert: remove unused patch. (diff) | |
download | gentoo-1bf33c56fb70aaa4d0a9b5c34727b30bd2624eed.tar.gz gentoo-1bf33c56fb70aaa4d0a9b5c34727b30bd2624eed.tar.bz2 gentoo-1bf33c56fb70aaa4d0a9b5c34727b30bd2624eed.zip |
dev-ruby/timecop: fix HOMEPAGE.
Closes: https://github.com/gentoo/gentoo/pull/5342
Diffstat (limited to 'dev-ruby/timecop')
-rw-r--r-- | dev-ruby/timecop/timecop-0.7.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/timecop/timecop-0.8.1.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/timecop/timecop-0.9.0.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/timecop/timecop-0.9.1.ebuild | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/dev-ruby/timecop/timecop-0.7.1.ebuild b/dev-ruby/timecop/timecop-0.7.1.ebuild index c5dd374c2373..b23435dc1954 100644 --- a/dev-ruby/timecop/timecop-0.7.1.ebuild +++ b/dev-ruby/timecop/timecop-0.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRADOC="README.markdown" inherit ruby-fakegem DESCRIPTION="A gem providing 'time travel' and 'time freezing' capabilities" -HOMEPAGE="https://github.com/jtrupiano/timecop" +HOMEPAGE="https://github.com/travisjeffery/timecop" LICENSE="MIT" SLOT="0" diff --git a/dev-ruby/timecop/timecop-0.8.1.ebuild b/dev-ruby/timecop/timecop-0.8.1.ebuild index bac3c1717c7f..be7fad2442a0 100644 --- a/dev-ruby/timecop/timecop-0.8.1.ebuild +++ b/dev-ruby/timecop/timecop-0.8.1.ebuild @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRADOC="README.markdown" inherit ruby-fakegem DESCRIPTION="A gem providing 'time travel' and 'time freezing' capabilities" -HOMEPAGE="https://github.com/jtrupiano/timecop" +HOMEPAGE="https://github.com/travisjeffery/timecop" LICENSE="MIT" SLOT="0" diff --git a/dev-ruby/timecop/timecop-0.9.0.ebuild b/dev-ruby/timecop/timecop-0.9.0.ebuild index bb415e704b5f..78f9a8f2d334 100644 --- a/dev-ruby/timecop/timecop-0.9.0.ebuild +++ b/dev-ruby/timecop/timecop-0.9.0.ebuild @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRADOC="README.markdown" inherit ruby-fakegem DESCRIPTION="A gem providing 'time travel' and 'time freezing' capabilities" -HOMEPAGE="https://github.com/jtrupiano/timecop" +HOMEPAGE="https://github.com/travisjeffery/timecop" LICENSE="MIT" SLOT="0" diff --git a/dev-ruby/timecop/timecop-0.9.1.ebuild b/dev-ruby/timecop/timecop-0.9.1.ebuild index bb415e704b5f..78f9a8f2d334 100644 --- a/dev-ruby/timecop/timecop-0.9.1.ebuild +++ b/dev-ruby/timecop/timecop-0.9.1.ebuild @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRADOC="README.markdown" inherit ruby-fakegem DESCRIPTION="A gem providing 'time travel' and 'time freezing' capabilities" -HOMEPAGE="https://github.com/jtrupiano/timecop" +HOMEPAGE="https://github.com/travisjeffery/timecop" LICENSE="MIT" SLOT="0" |