Skip to content

Commit e7474bd

Browse files
LinusDierheimerCarterLi
authored andcommitted
Adapt to new repository url
1 parent fa8bfd0 commit e7474bd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1010
set(PROJECT_LICENSE "MIT license")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/detection/packages/packages_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ");

src/detection/terminalshell/terminalshell_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)