Skip to content

Instantly share code, notes, and snippets.

View kmaed's full-sized avatar
🐻‍❄️
Cute!!

Kazuki Maeda kmaed

🐻‍❄️
Cute!!
View GitHub Profile
@kmaed
kmaed / satysfi-9999.ebuild
Last active September 11, 2021 15:22
Ebuild for SATySFi
# Copyright 2018-2021 Kazuki Maeda <kmaeda@kmaeda.net>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="A statically-typed, functional typesetting system"
HOMEPAGE="https://github.com/gfngfn/SATySFi"
LICENSE="LGPL-3"
@kmaed
kmaed / claws-mail-4.1.0-oauth2_redirect_uri.patch
Created May 4, 2022 07:42
Claws Mail: Use loopback IP address for Google OAuth 2.0
diff --git a/src/oauth2.c b/src/oauth2.c
index e760ecc..7a96942 100644
--- a/src/oauth2.c
+++ b/src/oauth2.c
@@ -47,7 +47,7 @@ static gchar *OAUTH2info[4][17]={
{"accounts.google.com",
"",
".",
- "urn:ietf:wg:oauth:2.0:oob",
+ "http://localhost",