Skip to content

Commit

Permalink
Fix old program name/URL
Browse files Browse the repository at this point in the history
  • Loading branch information
domsson committed Nov 18, 2020
1 parent f2582f0 commit 3193cb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/fakesteak.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

// program information

#define PROGRAM_NAME "charrain"
#define PROGRAM_URL "https://github.com/domsson/charrain"
#define PROGRAM_NAME "fakesteak"
#define PROGRAM_URL "https://github.com/domsson/fakesteak"

#define PROGRAM_VER_MAJOR 0
#define PROGRAM_VER_MINOR 2
#define PROGRAM_VER_PATCH 3
#define PROGRAM_VER_PATCH 4

// colors, adjust to your liking
// https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit
Expand Down

0 comments on commit 3193cb3

Please sign in to comment.