commit: 7e9eb0fe19f9a7b5b7f66e62f7964958d88c8097 Author: Chris Pritchard <chris <AT> christopherpritchard <DOT> co <DOT> uk> AuthorDate: Mon Jan 4 23:44:57 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jan 21 08:44:15 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=7e9eb0fe
repositories: Add overseerr-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/354 Signed-off-by: Michał Górny <mgorny <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 4153313..febacb0 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3463,6 +3463,18 @@ <source type="git">git+ssh://[email protected]/nabbi/oubliette-overlay.git</source> <feed>https://github.com/nabbi/oubliette-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>overseerr-overlay</name> + <description lang="en">third party overlay to install overseerr</description> + <homepage>https://github.com/chriscpritchard/overseerr-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Chris Pritchard</name> + </owner> + <source type="git">https://github.com/chriscpritchard/overseerr-overlay.git</source> + <source type="git">git+ssh://[email protected]:chriscpritchard/overseerr-overlay.git</source> + <feed>https://github.com/chriscpritchard/overseerr-overlay/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>palemoon</name> <description lang="en">Unofficial Gentoo overlay for the Pale Moon (http://www.palemoon.org/) web browser.</description>
