Skip to content

Commit 2b0702d

Browse files
committed
Update links
1 parent ce216de commit 2b0702d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Automatically enrollment of Linux-Surface Secure Boot Key
22

3-
This package automatically enrolls the machine owner key (MOK) corresponding to the private key with which the kernels released at [qzed/linux-surface][1] are signed.
3+
This package automatically enrolls the machine owner key (MOK) corresponding to the private key with which the kernels released at [linux-surface/linux-surface][1] are signed.
44
Note that this package is only relevant in case you are using shim in combination with a compatible bootloader (e.g. rEFInd or patched GRUB).
55

6-
For more information, please refer to [qzed/linux-surface][1].
6+
For more information, please refer to [linux-surface/linux-surface][1].
77

8-
[1]: https://github.com/qzed/linux-surface
8+
[1]: https://github.com/linux-surface/linux-surface

arch/PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ pkgname="linux-surface-secureboot-mok"
44
pkgver=1.0.0
55
pkgrel=2
66
pkgdesc='Secure-boot machine owner key for linux-surface kernels'
7-
url='https://github.com/qzed/linux-surface'
7+
url='https://github.com/linux-surface/linux-surface'
88
license=('MIT')
99
arch=('any')
1010
depends=('mokutil-git')
1111
install="${pkgname}.install"
1212

1313
_commit="f01b6e6ad3cfb495964ebab88ed0be8ced53d9dd"
1414
source=(
15-
"https://raw.githubusercontent.com/qzed/linux-surface/${_commit}/keys/MOK.cer"
15+
"https://raw.githubusercontent.com/linux-surface/linux-surface/${_commit}/keys/MOK.cer"
1616
)
1717

1818
sha256sums=('f999c276132af368b25f046e15a4e5d96f0f0924ec892e3328cec04bc2fad16b')

debian/makedeb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
commit="f01b6e6ad3cfb495964ebab88ed0be8ced53d9dd"
5-
source="https://raw.githubusercontent.com/qzed/linux-surface/${commit}/keys/MOK.cer"
5+
source="https://raw.githubusercontent.com/linux-surface/linux-surface/${commit}/keys/MOK.cer"
66

77
basedir=$(dirname "${0}")
88
cd "${basedir}"

0 commit comments

Comments
 (0)