From cf491a149bdb889837af4bc65c00a9223646c384 Mon Sep 17 00:00:00 2001 From: Aniruddha Adak Date: Fri, 13 Mar 2026 15:34:16 +0530 Subject: [PATCH] gsoc26: add repository and license for CernVM-FS --- _gsocprojects/2026/project_CernVM-FS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_gsocprojects/2026/project_CernVM-FS.md b/_gsocprojects/2026/project_CernVM-FS.md index da07a1c4c..d339e651b 100644 --- a/_gsocprojects/2026/project_CernVM-FS.md +++ b/_gsocprojects/2026/project_CernVM-FS.md @@ -3,6 +3,8 @@ title: CernVM-FS project: CernVM-FS layout: default logo: cernvmfs-logo.png +repository: https://github.com/cvmfs/cvmfs +license: BSD-3-Clause description: | The CernVM-File System ([CVMFS](https://cernvm.cern.ch/fs/)) is a global, read-only POSIX filesystem that provides the universal namespace /cvmfs. It is based on content-addressable storage, Merkle trees, and HTTP data transport. CernVM-FS provides a mission critical infrastructure to small and large HEP collaborations. ---