From 258ebc6ed53323c7dba5e734e5b8bfd8cfb9d3e2 Mon Sep 17 00:00:00 2001
From: yala <yala@allmende.io>
Date: Sat, 26 Jan 2019 02:49:48 +0100
Subject: [PATCH] adapt to degrowth.net

---
 CHANGELOG.md | 4 ++--
 README.md    | 8 ++++----
 plugin.rb    | 8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f953925..e1d1472 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
 # Change Log
 
-## [UNRELEASED]
+## 0.1.1 -- 2019-01-26
 
-(nothing yet)
+- switch to degrowth.net instances
 
 ## 0.1.0 -- 2018-11-14
 
diff --git a/README.md b/README.md
index cb99cad..60a117d 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-# Embed codimd pads into Discourse for libreho.st
+# Embed codimd pads into Discourse for degrowth.net
 
-This allows you to embed libreho.st pads into discourse. It is based on https://github.com/fuerst/embed-etherpad-lite which embeds pads into posts using the Onebox mechanism.
+This allows you to embed degrowth.net pads into discourse. It is based on https://github.com/fuerst/embed-etherpad-lite which embeds pads into posts using the Onebox mechanism.
 
 # Usage
 
-**This is meant to use with <https://talk.libreho.st>. You need to fork and adapt to your case.**
+**This is meant to use with <https://agora.degrowth.net>. You need to fork and adapt to your case.**
 
 After installation just insert codimd links into your Discourse posts or comments. The pad will be embedded using the famous and beloved [IFRAME](https://en.wikipedia.org/wiki/HTML_element#Frames) tag and is fully operational.
 
@@ -15,7 +15,7 @@ Read [Install a Plugin](https://meta.discourse.org/t/install-a-plugin/19157) at
 The configuration line you have to add to your container's app.yml file looks like:
 
 ```
-- git clone https://lab.libreho.st/librehosters/embed-codimd.git
+- git clone https://lab.libreho.st/yala/embed-codimd.git
 ```
 
 # Details
diff --git a/plugin.rb b/plugin.rb
index 32b1303..d2681cd 100644
--- a/plugin.rb
+++ b/plugin.rb
@@ -1,8 +1,8 @@
 # name: embed-codimd
-# about: Embed codimd pads using Onebox. Based on https://github.com/fuerst/embed-etherpad-lite
-# version: 0.1
-# author: realitygaps
-# url: https://lab.libreho.st/librehosters/embed-codimd
+# about: Embed codimd pads using Onebox. Based on https://lab.libreho.st/librehosters/embed-codimd
+# version: 0.1.1
+# author: yala
+# url: https://lab.libreho.st/yala/embed-codimd
 
 class Onebox::Engine::CodimdOnebox
   include Onebox::Engine
-- 
GitLab