aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Alberto <barbaro.alberto@gmail.com>2022-07-13 22:30:29 +0100
committerGravatar GitHub <noreply@github.com>2022-07-13 17:30:29 -0400
commita22ccfcc4fcc5d7504a934dc92ae76b93fc35a39 (patch)
tree18dd5e28fd33538ae350fd19ed55a3997045e4cc
parent76b4b0422f769db942bce245bfcad018375e023e (diff)
Update project.yaml for libpng (#7938)
Update project.yaml Add new `auto_ccs` Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
-rw-r--r--projects/libpng/project.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/projects/libpng/project.yaml b/projects/libpng/project.yaml
index 1e9d786a..d7faf60a 100644
--- a/projects/libpng/project.yaml
+++ b/projects/libpng/project.yaml
@@ -1,6 +1,8 @@
homepage: "http://www.libpng.org/pub/png/libpng.html"
language: c++
primary_contact: "glennrp@gmail.com"
+auto_ccs:
+ - "barbaro.alberto@gmail.com"
vendor_ccs:
- "aosmond@mozilla.com"
- "tnikkel@mozilla.com"
@@ -10,4 +12,4 @@ sanitizers:
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
- undefined
-main_repo: 'https://github.com/glennrp/libpng.git' \ No newline at end of file
+main_repo: 'https://github.com/glennrp/libpng.git'