Compare commits

...

6 commits

4 changed files with 29 additions and 1 deletions

3
.gitmodules vendored
View file

@ -94,6 +94,9 @@
[submodule "fluentd"]
path = fluentd
url = ssh://aur@aur.archlinux.org/fluentd.git
[submodule "fnlfmt"]
path = fnlfmt
url = ssh://aur@aur.archlinux.org/fnlfmt.git
[submodule "footloose"]
path = footloose
url = ssh://aur@aur.archlinux.org/footloose.git

View file

@ -140,6 +140,18 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[nyxt]
source = "github"
github = "atlas-engineer/nyxt"
use_max_tag = true
ignored = "3"
[libfixposix]
source = "github"
github = "sionescu/libfixposix"
use_max_tag = true
prefix = "v"
[jsed]
source = "github"
github = "jtopjian/jsed"
@ -1749,6 +1761,18 @@ cmd = "./.repo/pkgver/sendmail.sh"
# git
[fennel]
source = "git"
git = "https://git.sr.ht/~technomancy/fennel"
use_max_tag = true
prefix = "v"
[fnlfmt]
source = "git"
git = "https://git.sr.ht/~technomancy/fnlfmt"
use_max_tag = true
prefix = "v"
[pounce]
source = "git"
git = "https://git.causal.agency/pounce"

2
fennel

@ -1 +1 @@
Subproject commit 3e8ec2676eb64c5ef9759869d01acff451295548
Subproject commit 7717a3f0ae6309c7dff98e67e900d5f9448bb62f

1
fnlfmt Submodule

@ -0,0 +1 @@
Subproject commit b03a07b4779ee0bea6f396793388edabd7a632f7