Skip to content

Commit

Permalink
Rename gleam_dotenv to dotenv_gleam
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowsman committed Dec 31, 2024
1 parent 6468c4e commit 5aac74b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ Looking for something to build? Check out [the suggestions list][suggestions].
### Configuration

- [dot_env](https://github.com/aosasona/dotenv) - [📚](https://hexdocs.pm/dot_env/) - Load environment variables from files
- [dotenv_gleam](https://github.com/Grubba27/dotenv_gleam) - [📚](https://hexdocs.pm/dotenv_gleam/) - dotenv for Gleam
- [envoy](https://github.com/lpil/envoy) - [📚](https://hexdocs.pm/envoy/) - A zero dependency cross platform Gleam package for reading environment variables
- [gleam_dotenv](https://github.com/Grubba27/gleam_dotenv) - [📚](https://hexdocs.pm/gleam_dotenv/) - dotenv for Gleam
- [glenv](https://github.com/custompro98/glenv) - [📚](https://hexdocs.pm/glenv/) - A library for type-safe environment variable access.
- [glenvy](https://github.com/maxdeviant/glenvy) - [📚](https://hexdocs.pm/glenvy/) - A pleasant way to interact with your environment.

Expand Down
2 changes: 1 addition & 1 deletion packages/dotenv_gleam.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "dotenv_gleam"
description = "dotenv for Gleam"
repo_url = "https://github.com/Grubba27/dotenv_gleam"
category = ""
category = "Configuration"
2 changes: 1 addition & 1 deletion packages/gleam_dotenv.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "gleam_dotenv"
description = "dotenv for Gleam"
repo_url = "https://github.com/Grubba27/gleam_dotenv"
category = "Configuration"
category = ""

0 comments on commit 5aac74b

Please sign in to comment.