stagit

Fork of stagit (git://git.codemadness.org/stagit) with personal tweaks.
git clone https://git.philomathiclife.com/repos/stagit
Log | Files | Refs | README | LICENSE

commit 4afb6b45b35ca5f902d0639e247b2563f0ef4dc1
parent cf49fa2ce8bbbf175319a02950f4c009407c136e
Author: Zack Newman <zack@philomathiclife.com>
Date:   Mon,  4 Dec 2023 14:50:41 -0700

update ssh key

Diffstat:
Mstagit-index.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/stagit-index.c b/stagit-index.c @@ -5,7 +5,6 @@ #include <string.h> #include <time.h> #include <unistd.h> - #include <git2.h> static git_repository *repo; @@ -14,7 +13,7 @@ static const char *relpath = ""; static char title[255] = "Repos | Philomathic Life"; static char description[255] = "SSH signing key:"; -static char description2[255] = "sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIGZf+z+vUsI3FU49iSO5A4EDYxGFHcmIFyJZK7bDkMogAAAABHNzaDo="; +static char description2[255] = "sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAILd+jZn2ddw1I5yJdTF6ZpB4pBmPZ8EK6y5bKob40kRkAAAADHNzaDpwZXJzb25hbA=="; static char *name = ""; static char owner[255];