GLib: remove temporary fix (#1836)

* better project link

* revert #1772
This commit is contained in:
pdknsk 2018-09-23 04:58:12 +02:00 committed by Abhishek Arya
parent 908d4322f5
commit 59d86eb2e9
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER pdknsk@gmail.com
RUN apt-get update && apt-get install -y python3-pip
RUN pip3 install -U git+https://github.com/mesonbuild/meson ninja
RUN pip3 install -U meson ninja
RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/glib
WORKDIR glib
COPY build.sh fuzz* $SRC/

View File

@ -1,4 +1,4 @@
homepage: "https://gitlab.gnome.org/GNOME/glib"
homepage: "https://www.gnu.org/directory/glib.html"
primary_contact: "bugzilla@tecnocode.co.uk"
auto_ccs:
- philip.withnall@gmail.com