diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index f56f222..d5cdb45 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,8 +1,10 @@ -github: raxod502 -patreon: riju -ko_fi: riju_codes -liberapay: riju +github: radian-software +patreon: radiansoftware +ko_fi: radiansoftware +liberapay: radian-software custom: - - https://paypal.me/rijucodes - - https://cash.app/$RijuCodes - - https://venmo.com/code?user_id=3335527067549696598 + - https://www.paypal.com/donate/?hosted_button_id=SYF48KFJ95FPA + # Cash App is not currently supported because their sign-up flow is + # broken (verification emails for new accounts are not sent). I have + # submitted a support ticket with them. + - https://account.venmo.com/u/radian-software diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6009098..a274323 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,6 @@ * [Deploying your own instance of Riju](doc/selfhosting.md) If you'd like to request a new language, head to the [language support -meta-issue](https://github.com/raxod502/riju/issues/24) and add a -comment. Of course, if you actually want it to be added anytime soon, -you should submit a pull request :) +meta-issue](https://github.com/radian-software/riju/issues/24) and add +a comment. Of course, if you actually want it to be added anytime +soon, you should submit a pull request :) diff --git a/LICENSE.md b/LICENSE.md index ad907d4..bac17b1 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,7 @@ # MIT License -Copyright (c) 2020 Radon Rosborough +Copyright (c) 2020–2022 [Radian LLC](https://radian.codes) and +contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Makefile b/Makefile index 0c82a3b..da23920 100644 --- a/Makefile +++ b/Makefile @@ -218,7 +218,7 @@ lsp: # L= : Run LSP REPL for language or custom command line ### Fetch artifacts from registries -PUBLIC_DOCKER_REPO_PULL ?= public.ecr.aws/raxod502/riju +PUBLIC_DOCKER_REPO_PULL ?= public.ecr.aws/radian-software/riju sync-ubuntu: # Pull Riju Ubuntu image from public Docker registry docker pull $(PUBLIC_DOCKER_REPO_PULL):ubuntu diff --git a/SECURITY.md b/SECURITY.md index 7d94501..12d2165 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,8 +1,8 @@ # Reporting a security issue Please contact me at -[radon.neon@gmail.com](mailto:radon.neon@gmail.com) if you find any -way to: +[security+riju@radian.codes](mailto:security+riju@radian.codes) if you +find any way to: * Take down Riju without using a large number of concurrent sessions. * View or interfere with another user's session. diff --git a/cli/go.mod b/cli/go.mod index 3aa8505..8586943 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -1,4 +1,4 @@ -module github.com/raxod502/riju/cli +module github.com/radian-software/riju/cli go 1.16 diff --git a/doc/local.md b/doc/local.md index 2218ed9..f1bf43b 100644 --- a/doc/local.md +++ b/doc/local.md @@ -13,7 +13,7 @@ hesitate to open an issue! Clone locally: ``` -$ git clone https://github.com/raxod502/riju.git +$ git clone https://github.com/radian-software/riju.git $ cd riju ``` diff --git a/doc/what-languages.md b/doc/what-languages.md index 50cb764..5180217 100644 --- a/doc/what-languages.md +++ b/doc/what-languages.md @@ -49,9 +49,9 @@ requirements: because it only runs on macOS, and [Docker](https://www.docker.com/) is out because it can't be run inside Docker (without the `--privileged` flag, which has unacceptable security drawbacks; see - [#29](https://github.com/raxod502/riju/issues/29)). Note, however, - that many Windows-based languages can be used successfully via - [Mono](https://www.mono-project.com/) or + [#29](https://github.com/radian-software/riju/issues/29)). Note, + however, that many Windows-based languages can be used successfully + via [Mono](https://www.mono-project.com/) or [Wine](https://www.winehq.org/), such as [Cmd](https://en.wikipedia.org/wiki/Cmd.exe), [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)), @@ -60,7 +60,8 @@ requirements: Here are some explicit *non-requirements*: * *Language must be well-known.* Nope, I'll be happy to add your pet - project; after all, [Kalyn](https://github.com/raxod502/kalyn) and + project; after all, + [Kalyn](https://github.com/radian-software/kalyn) and [Ink](https://github.com/thesephist/ink) are already supported. * *Language must be useful.* I have no objection to adding everything on the esolangs wiki, if there are interpreters/compilers available. diff --git a/financials/2021-08/breakdown.txt b/financials/2021-08/breakdown.txt index b389475..556d25a 100644 --- a/financials/2021-08/breakdown.txt +++ b/financials/2021-08/breakdown.txt @@ -18,8 +18,8 @@ Riju :: $58.75 S3 :: $0.13 COMMENTARY: I think we could save on ELB costs by migrating to Lambda; -see https://github.com/raxod502/riju/issues/93 for that. Otherwise, -the main important thing to note about this month is that I had part -of the infrastructure spun down for a significant part of it, as per -https://riju.statuspage.io/ (Aug 1 through Aug 16). So costs are -liable to increase next month now that we are in normal operation. +see https://github.com/radian-software/riju/issues/93 for that. +Otherwise, the main important thing to note about this month is that I +had part of the infrastructure spun down for a significant part of it, +as per https://riju.statuspage.io/ (Aug 1 through Aug 16). So costs +are liable to increase next month now that we are in normal operation. diff --git a/financials/pyproject.toml b/financials/pyproject.toml index cb626d9..2cce438 100644 --- a/financials/pyproject.toml +++ b/financials/pyproject.toml @@ -2,7 +2,7 @@ name = "riju-financials" version = "0.1.0" description = "Financial data for Riju hosting" -authors = ["Radon Rosborough "] +authors = ["Radian LLC "] [tool.poetry.dependencies] python = "^3.9" diff --git a/frontend/pages/index.ejs b/frontend/pages/index.ejs index ac45a26..fd38f97 100644 --- a/frontend/pages/index.ejs +++ b/frontend/pages/index.ejs @@ -25,9 +25,11 @@

Created by - Radon Rosborough. + Radon Rosborough + and maintained by + Radian LLC. Check out the project - on GitHub. + on GitHub.

<% } else { %> diff --git a/langs/kalyn.yaml b/langs/kalyn.yaml index 46793c4..e22c425 100644 --- a/langs/kalyn.yaml +++ b/langs/kalyn.yaml @@ -9,7 +9,7 @@ install: install -d "${pkg}/opt/kalyn" install -d "${pkg}/usr/local/bin" - git clone https://github.com/raxod502/kalyn.git + git clone https://github.com/radian-software/kalyn.git pushd kalyn stack build kalyn cp "$(stack exec which kalyn)" "${pkg}/usr/local/bin/" diff --git a/supervisor/go.mod b/supervisor/go.mod index 3021b2a..51b41c6 100644 --- a/supervisor/go.mod +++ b/supervisor/go.mod @@ -1,4 +1,4 @@ -module github.com/raxod502/riju/supervisor +module github.com/radian-software/riju/supervisor go 1.16 diff --git a/tools/generate-build-script.js b/tools/generate-build-script.js index 3952b72..329177a 100644 --- a/tools/generate-build-script.js +++ b/tools/generate-build-script.js @@ -312,7 +312,7 @@ sudo --preserve-env=DEBIAN_FRONTEND apt-get update`); Package: riju-${isShared ? "shared" : "lang"}-${id} Version: \$(date +%s%3N) Architecture: amd64 -Maintainer: Radon Rosborough +Maintainer: Radian LLC Description: The ${name} ${ isShared ? "shared dependency" : "language" } packaged for Riju