diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-03-03 18:09:56 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-03-03 18:09:56 -0800 |
| commit | fae407fe88e381485b2d3ba500d0e3191ca6d730 (patch) | |
| tree | 49c9a02b8e61523af489f3532a0f27467ac06c6e /config.toml | |
| parent | ci: delete drone's configuration (diff) | |
| download | fcuny.net-fae407fe88e381485b2d3ba500d0e3191ca6d730.tar.gz | |
fix: correct URL for my various repositories
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 2cfef5c..04669d7 100644 --- a/config.toml +++ b/config.toml @@ -38,7 +38,7 @@ enableGitInfo = false identifier = "code" name = "code" title = "code" - url = "https://git.fcuny.net/fcuny/" + url = "https://git.fcuny.net/" weight = 130 [[menu.main]] |
