Merge pull request #3 from Brale-xyz/matt/bra-8625

docs: add source URL for project
This commit is contained in:
matt-brale-xyz 2024-03-25 10:25:59 -05:00 committed by GitHub
commit e21ad2d797
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,8 @@ defmodule OAuth2TokenManager.MixProject do
elixir: "~> 1.15",
description: description(),
package: package(),
deps: deps()
deps: deps(),
source_url: "https://github.com/Brale-xyz/oauth2-token-manager"
]
end