Skip to content

Commit 610f32b

Browse files
authored
Itsuki0222/kryptinfo -> krypton-linux/kryptinfo
1 parent 0de70db commit 610f32b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ pkgver=20250217
66
pkgrel=1
77
pkgdesc='Easily Check System Information'
88
arch=('x86_64')
9-
url='https://github.com/Itsuki0222/Kryptinfo'
9+
url='https://github.com/krypton-linux/Kryptinfo'
1010
license=('MIT')
1111
depends=('lsb-release' 'fastfetch')
1212
makedepends=('clang')
13-
source=("https://raw.githubusercontent.com/Itsuki0222/Kryptinfo/main/kryptinfo.tar.gz")
13+
source=("https://raw.githubusercontent.com/krypton-linux/Kryptinfo/main/kryptinfo.tar.gz")
1414
md5sums=('SKIP')
1515

1616
build()
1717
{
18-
curl -o Makefile https://raw.githubusercontent.com/Itsuki0222/Kryptinfo/main/Makefile
18+
curl -o Makefile https://raw.githubusercontent.com/krypton-linux/Kryptinfo/main/Makefile
1919
make
2020
}
2121

0 commit comments

Comments
 (0)