commit: f3e3368427c7343ae9471fbe489b4ebe0fdb209b Author: Petr Šourek <sourek.petr <AT> gmail <DOT> com> AuthorDate: Wed Dec 25 10:07:44 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 26 09:39:32 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=f3e33684
Changed order, because djs goes after djc Closes: https://github.com/gentoo/api-gentoo-org/pull/713 Signed-off-by: Sam James <sam <AT> gentoo.org> files/overlays/repositories.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index e3cca97f..f9e13dc3 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1037,18 +1037,6 @@ </owner> <source type="git">git://git.calculate-linux.org/calculate/distros-overlay.git</source> </repo> - <repo quality="experimental" status="unofficial"> - <name>djs_overlay</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> @@ -1061,6 +1049,18 @@ <source type="git">[email protected]:djc/djc-overlay.git</source> <feed>https://github.com/djc/djc-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>djs_overlay</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>dlang</name> <description>A collection of ebuilds related to the D programming
