diff options
author | Plat <plat@stellar-nexus.ru> | 2024-08-04 20:10:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-04 10:18:25 +0100 |
commit | a6e905e43cffa9817dbe63402c0283e257e29833 (patch) | |
tree | 1902cd3e583f28a9f9fc07528aeee43f355b6448 | |
parent | repositories: add ngg (diff) | |
download | api-a6e905e43cffa9817dbe63402c0283e257e29833.tar.gz api-a6e905e43cffa9817dbe63402c0283e257e29833.tar.bz2 api-a6e905e43cffa9817dbe63402c0283e257e29833.zip |
repositories: add suckless-extra
Closes: https://github.com/gentoo/api-gentoo-org/pull/685
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | files/overlays/repositories.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index cca52a0..f3f5e32 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4196,6 +4196,17 @@ <feed>https://github.com/istitov/stuff/commits/master.atom</feed> </repo> <repo quality="experimental" status="unofficial"> + <name>suckless-extra</name> + <description lang="en">A collection of suckless programs that are not in the main repo as well as their dependencies and setup scripts</description> + <homepage>https://git.stellar-nexus.ru/suckless-extra/log.html</homepage> + <owner type="person"> + <email>gentoo@stellar-nexus.ru</email> + <name>Plat</name> + </owner> + <source type="git">git://git.stellar-nexus.ru/suckless-extra</source> + <feed>https://git.stellar-nexus.ru/suckless-extra/atom.xml</feed> + </repo> + <repo quality="experimental" status="unofficial"> <name>suckless_wl_zh</name> <description lang="en">contains dwl integrated with Chinese input method. rfm file manager, which works well with dwl and dwm</description> <homepage>https://github.com/guyuming76/suckless_wl_zh</homepage> |