Skip to content

Commit 19e776c

Browse files
committed
Update package tagline
1 parent 8d5029c commit 19e776c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
otp-version: "26.0.2"
1818
gleam-version: "1.5.0"
1919
rebar3-version: "3"
20-
# elixir-version: "1.15.4"
20+
elixir-version: "1.15.4"
2121
- run: gleam deps download
2222
- run: gleam test
2323
- run: gleam format --check src test

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# gtz
2-
A simple timezone library for Gleam!
2+
A timezone data provider for Gleam!
33

44
[![Package Version](https://img.shields.io/hexpm/v/gtz)](https://hex.pm/packages/gtz)
55
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gtz/)

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
# Fill out these fields if you intend to generate HTML documentation or publish
55
# your project to the Hex package manager.
66

7-
description = "A simple timezone library for Gleam!"
7+
description = "A timezone data provider for Gleam! "
88
licences = ["Apache-2.0"]
99
repository = { type = "github", user = "jrstrunk", repo = "gtz" }
1010
links = [{ title = "Website", href = "https://gleam.run" }]

manifest.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ packages = [
2727
[requirements]
2828
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
2929
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
30-
gtempo = { version = ">= 5.0.0 and < 6.0.0" }
30+
gtempo = { version = ">= 5.0.0" }
3131
timex = { version = ">= 3.7.11 and < 4.0.0" }
3232
tz = { version = ">= 0.28.1 and < 1.0.0" }

0 commit comments

Comments
 (0)