summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstranger195 <imperialluisanton@outlook.ph>2020-08-26 00:07:16 +0800
committerGitHub <noreply@github.com>2020-08-25 16:07:16 +0000
commit13f58d602f0884349bcef5d84f045c4c6140ced7 (patch)
treeb5ef3c194fcf31dc7a5587c19332876e19f6f95e
parent45fda595c3c10ad2b0e287b633a733045865e9b6 (diff)
downloadinvidious-13f58d602f0884349bcef5d84f045c4c6140ced7.tar.gz
invidious-13f58d602f0884349bcef5d84f045c4c6140ced7.tar.bz2
invidious-13f58d602f0884349bcef5d84f045c4c6140ced7.zip
Replace omarroth with iv-org where applicable (#1353)
Fixes #1353
-rw-r--r--src/invidious.cr2
-rw-r--r--src/invidious/views/template.ecr2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/invidious.cr b/src/invidious.cr
index 10722162..2a4c373c 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -5855,7 +5855,7 @@ end
error 500 do |env|
error_message = <<-END_HTML
Looks like you've found a bug in Invidious. Feel free to open a new issue
- <a href="https://github.com/omarroth/invidious/issues">here</a>
+ <a href="https://github.com/iv-org/invidious/issues">here</a>
or send an email to
<a href="mailto:#{CONFIG.admin_email}">#{CONFIG.admin_email}</a>.
END_HTML
diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr
index 3a8d47dd..61cf5c3a 100644
--- a/src/invidious/views/template.ecr
+++ b/src/invidious/views/template.ecr
@@ -111,7 +111,7 @@
<div class="footer">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-3">
- <a href="https://github.com/omarroth/invidious">
+ <a href="https://github.com/iv-org/invidious">
<%= translate(locale, "Released under the AGPLv3 by Omar Roth.") %>
</a>
</div>