Changed maintainer name (again)

This commit is contained in:
MrFry 2019-10-05 15:46:36 +02:00
parent 5092b150ec
commit 4e0bea8e32
10 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
/* ----------------------------------------------------------------------------
Question Server
GitLab: <https://gitlab.com/YourFriendlyNeighborhoodDealer/question-node-server>
GitLab: <https://gitlab.com/MrFry/question-node-server>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -154,13 +154,13 @@ app.get('/greasy', function (req, res) {
})
app.get('/scriptgit', function (req, res) {
res.redirect('https://gitlab.com/YourFriendlyNeighborhoodDealer/moodle-test-userscript')
res.redirect('https://gitlab.com/MrFry/moodle-test-userscript')
res.end()
logger.LogReq(req)
})
app.get('/servergit', function (req, res) {
res.redirect('https://gitlab.com/YourFriendlyNeighborhoodDealer/question-node-server')
res.redirect('https://gitlab.com/MrFry/question-node-server')
res.end()
logger.LogReq(req)
})