File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ jobs:
285285 path : ./fastfetch-*-Win32.zip
286286
287287 release :
288- if : github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'LinusDierheimer /fastfetch'
288+ if : github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'fastfetch-cli /fastfetch'
289289 name : Release
290290 runs-on : ubuntu-latest
291291 needs :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(fastfetch
44 VERSION 1.12.0
55 LANGUAGES C
66 DESCRIPTION "Fast system information tool"
7- HOMEPAGE_URL "https://github.com/LinusDierheimer /fastfetch"
7+ HOMEPAGE_URL "https://github.com/fastfetch-cli /fastfetch"
88)
99
1010set (PROJECT_LICENSE "MIT license" )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Fastfetch is a [neofetch](https://github.com/dylanaraps/neofetch)-like tool for
1010<img src =" screenshots/example3.png " width =" 48% " align =" top " />
1111<img src =" screenshots/example5.png " height =" 15% " align =" top " />
1212
13- There are [ screenshots on different platforms] ( https://github.com/LinusDierheimer /fastfetch/wiki )
13+ There are [ screenshots on different platforms] ( https://github.com/fastfetch-cli /fastfetch/wiki )
1414
1515## Customization
1616
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ static uint32_t getNixPackagesImpl(char* path)
135135 FFstrbuf output ;
136136 ffStrbufInitA (& output , 128 );
137137
138- //https://github.com/LinusDierheimer /fastfetch/issues/195#issuecomment-1191748222
138+ //https://github.com/fastfetch-cli /fastfetch/issues/195#issuecomment-1191748222
139139 FFstrbuf command ;
140140 ffStrbufInitA (& command , 255 );
141141 ffStrbufAppendS (& command , "for x in $(nix-store --query --requisites " );
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ const FFTerminalShellResult* ffDetectTerminalShell(const FFinstance* instance)
374374 ffStrbufInitS (& result .shellPrettyName , "xonsh" );
375375 else
376376 {
377- // https://github.com/LinusDierheimer /fastfetch/discussions/280#discussioncomment-3831734
377+ // https://github.com/fastfetch-cli /fastfetch/discussions/280#discussioncomment-3831734
378378 ffStrbufInitS (& result .shellPrettyName , result .shellExeName );
379379 }
380380
You can’t perform that action at this time.
0 commit comments