blob: e8a05211ec73d75fd8c0bf49e7e55adee8ffa5a3 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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 "koszko-org-website"]
path = subrepos/koszko-org-website
url = ../koszko-org-website
[submodule "hydrilla-website"]
path = subrepos/hydrilla-website
url = ../hydrilla-website
[submodule "hydrilla"]
path = subrepos/hydrilla
url = ../pydrilla
[submodule "sheets-websites"]
path = subrepos/sheets-websites
url = ../sheets-websites
|