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