about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-24 09:46:53 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-25 00:01:22 +0000
commitdba1db0282af2712503b8526eaeebf0958953308 (patch)
tree3c10f1d6b33caf71b92997909a70fb9f729aff56 /Rakefile
parent97b851b0dad8f6a3c3352bdff8f4a3aac539d354 (diff)
downloaddtas-dba1db0282af2712503b8526eaeebf0958953308.tar.gz
We shall reserve dtas-mpris until it's actually implemented.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index a4118bf..f4d4a69 100644
--- a/Rakefile
+++ b/Rakefile
@@ -31,16 +31,14 @@ Hoe.plugin :git
 include Rake::DSL
 
 Hoe.spec('dtas') do |p|
-  developer 'Eric Wong', 'normalperson@yhbt.net'
+  developer 'Eric Wong', 'e@80x24.org'
 
   self.readme_file = 'README'
   self.history_file = 'NEWS'
   self.urls = %w(http://dtas.80x24.org/)
   self.summary = x = File.readlines("README")[0].split(/\s+/)[1].chomp
   self.description = self.paragraphs_of("README", 1)
-  license "GPLv2+"
-
-  dependency 'io_splice', '~> 4.2.0'
+  license "GPLv3+"
 end
 
 task :publish_docs do