diff --git a/LICENSE.txt b/LICENSE.txt index c303bff..e395090 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2014-2015 Anton Smirnov +Copyright (c) 2014-2016 Anton Smirnov MIT License diff --git a/journald-native.gemspec b/journald-native.gemspec index 7f73634..475b787 100644 --- a/journald-native.gemspec +++ b/journald-native.gemspec @@ -7,10 +7,10 @@ Gem::Specification.new do |spec| spec.name = 'journald-native' spec.version = Journald::Native::VERSION spec.authors = ['Anton Smirnov'] - spec.email = ['sandfox@sandfox.im'] + spec.email = ['sandfox@sandfox.me'] spec.summary = %q{systemd-journal logging native lib wrapper} # spec.description = %q{Write a longer description. Optional.} - spec.homepage = 'https://github.com/sandfox-im/journald-native' + spec.homepage = 'https://github.com/sandfoxme/journald-native' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0")