mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 12:48:16 +00:00
license parameter changed
This commit is contained in:
parent
09784d85c1
commit
ae9e21f9b8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
||||||
spec.version = Unicorn::VERSION
|
spec.version = Unicorn::VERSION
|
||||||
spec.authors = ["Sascha Schirra"]
|
spec.authors = ["Sascha Schirra"]
|
||||||
spec.email = ["sashs@scoding.de"]
|
spec.email = ["sashs@scoding.de"]
|
||||||
spec.license = GPLv2
|
spec.license = 'GPL-2.0'
|
||||||
spec.summary = %q{Ruby binding for Unicorn-Engine}
|
spec.summary = %q{Ruby binding for Unicorn-Engine}
|
||||||
spec.description = %q{Ruby binding for Unicorn-Engine <unicorn-engine.org>}
|
spec.description = %q{Ruby binding for Unicorn-Engine <unicorn-engine.org>}
|
||||||
spec.homepage = "https://unicorn-engine.org"
|
spec.homepage = "https://unicorn-engine.org"
|
||||||
|
|
Loading…
Reference in a new issue