commit: 4b85142821718520cf2ba43b86b477208eea4a86 Author: Dawid Chemloul <lahouari.dc <AT> gmail <DOT> com> AuthorDate: Sat Aug 14 10:08:07 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 14 11:53:41 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=4b851428
repositories: Add NordVPN overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/421 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 50f918b..55f9e45 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2847,6 +2847,18 @@ <source type="git">https://github.com/trofi/nix-guix-gentoo.git</source> <feed>https://github.com/trofi/nix-guix-gentoo/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>nordvpn</name> + <description lang="en">NordVPN client overlay</description> + <homepage>https://gitlab.com/lahouari.dc/nordvpn/</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Dawid Chemloul</name> + </owner> + <source type="git">https://gitlab.com/lahouari.dc/nordvpn.git</source> + <source type="git">[email protected]:lahouari.dc/nordvpn.git</source> + <feed>https://gitlab.com/lahouari.dc/nordvpn/-/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>np-hardass-overlay</name> <description lang="en">NP-Hardass's Personal Overlay</description>
