Skip to content

Commit 0c86245

Browse files
committed
update repo url after transfer to pygments organization
1 parent a2601d7 commit 0c86245

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= {project-name} Changelog
22
:project-name: pygments.rb
3-
:uri-repo: https://github.com/tmm1/pygments.rb
3+
:uri-repo: https://github.com/pygments/pygments.rb
44

55
This document provides a high-level view of the changes to the {project-name} by release.
66
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Ted Nyman <ted@ted.io>; Aman Gupta <aman@tmm1.net>; Marat Radchenko <marat@slonopotamus.org>
33
:project-name: pygments.rb
44
:project-handle: pygments.rb
5-
:slug: tmm1/{project-name}
5+
:slug: pygments/{project-name}
66
:toc: preamble
77
:uri-project: https://github.com/{slug}
88
:uri-ci: {uri-project}/actions?query=branch%3Amaster

pygments.rb.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Gem::Specification.new do |s|
99
s.summary = 'pygments wrapper for ruby'
1010
s.description = 'pygments.rb exposes the pygments syntax highlighter to Ruby'
1111

12-
s.homepage = 'https://github.com/tmm1/pygments.rb'
12+
s.homepage = 'https://github.com/pygments/pygments.rb'
1313
s.required_ruby_version = '>= 2.3.0'
1414

15-
s.authors = ['Aman Gupta', 'Ted Nyman']
16-
s.email = ['[email protected]']
15+
s.authors = ['Aman Gupta', 'Ted Nyman', 'Marat Radchenko']
16+
s.email = ['[email protected]']
1717
s.license = 'MIT'
1818

1919
s.add_development_dependency 'rake-compiler', '~> 1.1.0'

0 commit comments

Comments
 (0)