From c03d2823d8ee4a6f5ef6036e3ebf80b065bd65c5 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Mon, 21 Aug 2023 07:21:34 -0700 Subject: [PATCH] repl.it -> replit Why === * Old name out * New name in What changed === * Changed repl.it to replit in all the places Test plan === * Look at readme files after merge --- README.md | 4 ++-- pkgs/poetry/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3a3bc54..ee9de0bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Repl.it Nix Modules +# Replit Nix Modules -This repository holds Repl.it's Nix modules. +This repository holds Replit's Nix modules. * Each module is located as a folder under `pkgs/modules` * `pkgs/modules/default.nix` specifies a list of the active modules, some of which are parameterized with the version of the runtime or compiler diff --git a/pkgs/poetry/README.md b/pkgs/poetry/README.md index 5af194e9..59b1f073 100644 --- a/pkgs/poetry/README.md +++ b/pkgs/poetry/README.md @@ -1,4 +1,4 @@ -# Repl.it Custom Poetry Nix package +# Replit Custom Poetry Nix package ## Why do we need this?