Removing illegal / not needed character from username
We don't need @ and some scripts are failing because of this.
This commit is contained in:
parent
d1ee68731a
commit
2fd27695f9
@ -13,7 +13,7 @@
|
||||
#
|
||||
declare -g BOARD_NAME="UEFI x86 (QEMU)"
|
||||
declare -g BOARDFAMILY="uefi-x86"
|
||||
declare -g BOARD_MAINTAINER="@davidandreoletti"
|
||||
declare -g BOARD_MAINTAINER="davidandreoletti"
|
||||
declare -g KERNEL_TARGET="legacy,current,edge"
|
||||
declare -g SERIALCON="tty1,ttyS0"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user