blob: c3fd52376e61af49233b5af1026139fa35ea5dad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[account "parabola"]
type = cgit
url = https://git.parabola.nu
[account "gitlab"]
type = gitlab-ee
apiurl = https://gitlab.com/api/v3
apikey = ABCDEFGHIJKLMNOPQRST
# [account "github"]
# type = github
# url = https://github.com
# [account "notabug"]
# type = gogs
# url = https://notabug.org
# [account "repo-or-cz"]
# type = gitweb
# url = https://repo.or.cz
[repo "abslibre/abslibre"]
upstream = parabola:abslibre/abslibre.git
local = abslibre/abslibre.git
downstream = gitlab:parabola/abslibre_abslibre#mirror=https://git.parabola.nu/abslibre/abslibre.git&name=abslibre╱abslibre
#downstream = github:parabola/abslibre_abslibre
#∼lukeshu╱systemd
|