mirror of
https://codeberg.org/PGPainless/cert-d-pgpainless.git
synced 2024-11-05 00:25:58 +01:00
9 lines
208 B
Groovy
9 lines
208 B
Groovy
// SPDX-FileCopyrightText: 2022 Paul Schaub <info@pgpainless.org>
|
|
//
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
rootProject.name = 'cert-d-pgpainless'
|
|
|
|
include 'pgpainless-cert-d',
|
|
'pgpainless-cert-d-cli'
|
|
|