Skip to content

Commit 79782b2

Browse files
author
Ben Lavender
authored
Add license information to gemspec
1 parent 8fb6632 commit 79782b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chatops-controller.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ require "chatops/controller/version"
77
Gem::Specification.new do |s|
88
s.name = "chatops-controller"
99
s.version = ChatopsController::VERSION
10-
s.authors = ["Ben Lavender"]
10+
s.authors = ["Ben Lavender", "GitHub"]
1111
s.homepage = "https://github.com/github/chatops-controller"
1212
s.email = ["opensource+chatops-controller@github.com"]
13-
s.license = "unknown - maybe we'll open source this?"
13+
s.license = "MIT"
1414
s.summary = %q{Rails helpers to create JSON-RPC chatops}
1515
s.description = %q{See the README for documentation"}
1616

0 commit comments

Comments
 (0)