about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-08-09 21:25:04 -0500
committermultiple creatures <dev@multiple-creature.party>2019-08-09 21:25:04 -0500
commit5f08b96cbe74cd9c0d960f3031fe86d9fce75a77 (patch)
tree826525050020b67269b98ae53c0db93455bdde9b /lib
parentb2d0389fea353f834c507da05106dabd4ae47831 (diff)
broadcast monsterfork as such
Diffstat (limited to 'lib')
-rw-r--r--lib/mastodon/version.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index b2eec94e6..b72d86620 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -17,7 +17,7 @@ module Mastodon
     end
 
     def pre
-      nil
+      666
     end
 
     def flags
@@ -29,7 +29,7 @@ module Mastodon
     end
 
     def suffix
-      '+glitch'
+      '+monsterfork'
     end
 
     def to_s
@@ -37,11 +37,11 @@ module Mastodon
     end
 
     def repository
-      ENV.fetch('GITHUB_REPOSITORY') { 'glitch-soc/mastodon' }
+      ENV.fetch('GITHUB_REPOSITORY') { 'monsterpit/mastodon' }
     end
 
     def source_base_url
-      ENV.fetch('SOURCE_BASE_URL') { "https://github.com/#{repository}" }
+      ENV.fetch('SOURCE_BASE_URL') { "https://git.multiple-creature.party/#{repository}" }
     end
 
     # specify git tag or commit hash here