Skip to content

Commit 310fcbd

Browse files
yellowsmanlpil
authored andcommitted
Rename gleam_dotenv to dotenv_gleam
1 parent 6468c4e commit 310fcbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ Looking for something to build? Check out [the suggestions list][suggestions].
9494
### Configuration
9595

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

packages/dotenv_gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = "dotenv_gleam"
22
description = "dotenv for Gleam"
33
repo_url = "https://github.com/Grubba27/dotenv_gleam"
4-
category = ""
4+
category = "Configuration"

packages/gleam_dotenv.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = "gleam_dotenv"
22
description = "dotenv for Gleam"
33
repo_url = "https://github.com/Grubba27/gleam_dotenv"
4-
category = "Configuration"
4+
category = ""

0 commit comments

Comments
 (0)