authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-05-31 01:24:39 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-05-31 01:24:39 -07:00
logfd60720bdadf610c668887616289b0b6509d2187
tree8f6f3106e75232ced94c97b1cba46d07ae0eb437
parent27c2b45b88e1c90b4048506e9ab915b9440d625a

rename 'github' provider to 'github.com'


1 files changed, 1 insertions(+), 1 deletions(-)

src/lib.zig+1-1
......@@ -84,7 +84,7 @@ pub const providers = struct {
8484 .color = "#1877F2",
8585 };
8686 pub var github = Provider{
87 .id = "github",
87 .id = "github.com",
8888 .authorize_url = "https://github.com/login/oauth/authorize",
8989 .token_url = "https://github.com/login/oauth/access_token",
9090 .me_url = "https://api.github.com/user",