[util-linux] switch to the util-linux organization (#6800)

The repository was moved recently
This commit is contained in:
Evgeny Vereshchagin 2021-11-09 01:07:27 +03:00 committed by GitHub
parent d0f46b554b
commit cdde6fe9ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -16,6 +16,6 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y autoconf automake autopoint bison libtool pkg-config
RUN git clone --depth 1 https://github.com/karelzak/util-linux
RUN git clone --depth 1 https://github.com/util-linux/util-linux
WORKDIR util-linux
COPY build.sh $SRC/

View File

@ -1,4 +1,4 @@
homepage: "https://github.com/karelzak/util-linux"
homepage: "https://github.com/util-linux/util-linux"
primary_contact: "ruediger.meier@ga-group.nl"
language: c
builds_per_day: 4
@ -14,4 +14,4 @@ sanitizers:
- address
- undefined
- memory
main_repo: 'https://github.com/karelzak/util-linux'
main_repo: 'https://github.com/util-linux/util-linux'