Diff rdiscount-2.2.7 with a rdiscount-2.2.7.1

/usr/portage/dev-ruby/rdiscount/rdiscount-2.2.7.1.ebuild 2023-10-09 14:52:30.456368374 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
USE_RUBY="ruby27 ruby30 ruby31 ruby32"
6
USE_RUBY="ruby30 ruby31 ruby32"
7 7

  
8 8
RUBY_FAKEGEM_TASK_TEST="test:unit"
9 9

  
......
15 15
inherit ruby-fakegem
16 16

  
17 17
DESCRIPTION="Implementation of John Gruber's Markdown"
18
HOMEPAGE="https://github.com/rtomayko/rdiscount"
18
HOMEPAGE="https://github.com/davidfstr/rdiscount"
19 19

  
20 20
LICENSE="MIT"
21 21
SLOT="0"
Thank you!