diff options
| author | Fuwn <[email protected]> | 2021-05-18 12:33:10 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-18 12:33:10 -0700 |
| commit | f46fe2efeb5ccc532614ced720e32db5e2c1a87c (patch) | |
| tree | f5a46d06ff70983a3628c680f7f83d96b4b69935 /src | |
| parent | feat(heroku): setup (diff) | |
| download | records-f46fe2efeb5ccc532614ced720e32db5e2c1a87c.tar.xz records-f46fe2efeb5ccc532614ced720e32db5e2c1a87c.zip | |
feat: source link
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 96f5596..721bef7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -11,6 +11,7 @@ use std::env; const INDEX: &str = r#"The Fuwn Records ================ +Source: https://github.com/fuwn/records Last updated: 2021. 05. 18. "#; |