commit: 59d1f3548e8de097a5af2c9afa4da82fd53d6916 Author: Petr Šourek <sourek.petr <AT> gmail <DOT> com> AuthorDate: Sun Dec 8 10:19:04 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 24 20:01:24 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=59d1f354
repositories: add dj overlay Closes: https://bugs.gentoo.org/946092 Closes: https://github.com/gentoo/api-gentoo-org/pull/713 Signed-off-by: Sam James <sam <AT> gentoo.org> files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 87a84904..d8479704 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1026,6 +1026,18 @@ </owner> <source type="git">git://git.calculate-linux.org/calculate/distros-overlay.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>dj</name> + <description lang="en">Personal overlay, mostly for apps I use and havent found them elsewhere.</description> + <homepage>https://github.com/DJManas/dj</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Petr Šourek</name> + </owner> + <source type="git">https://github.com/DJManas/dj.git</source> + <source type="git">[email protected]:DJManas/dj.git</source> + <feed>https://github.com/DJManas/dj/commits/develop.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>djc</name> <description lang="en">Personal overlay; testing and early development</description>
