1
|
# SPDX-License-Identifier: CC0-1.0
|
2
|
|
3
|
# Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
|
4
|
#
|
5
|
# Available under the terms of Creative Commons Zero v1.0 Universal.
|
6
|
|
7
|
[submodule "hydrilla-json-schemas"]
|
8
|
path = src/hydrilla/schemas
|
9
|
url = ../hydrilla-json-schemas
|
10
|
[submodule "hydrilla-source-package-example"]
|
11
|
path = tests/source-package-example
|
12
|
url = ../hydrilla-source-package-example
|
13
|
[submodule "hydrilla-source-package-example-apt"]
|
14
|
path = tests/source-package-example-apt
|
15
|
url = ../hydrilla-source-package-example-apt
|