diff options
author | 2017-03-29 15:36:00 +0300 | |
---|---|---|
committer | 2017-03-29 15:36:00 +0300 | |
commit | 88bb5f97f31ac77628d0aad0e8c4b8e530cd2a94 (patch) | |
tree | 3987417a327ca4ae888fe1361bf0f754a62c7f4f /repositories.xml | |
parent | 9aad689ca226b27bbecd787cd18d8b367dabfc73 (diff) | |
download | rin-ebuilds-88bb5f97f31ac77628d0aad0e8c4b8e530cd2a94.tar.gz rin-ebuilds-88bb5f97f31ac77628d0aad0e8c4b8e530cd2a94.tar.bz2 rin-ebuilds-88bb5f97f31ac77628d0aad0e8c4b8e530cd2a94.zip |
add missing repositories.xml
Diffstat (limited to 'repositories.xml')
-rw-r--r-- | repositories.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/repositories.xml b/repositories.xml new file mode 100644 index 0000000..bfcb563 --- /dev/null +++ b/repositories.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" ?> +<repositories version="1.0"> + <repo priority="50" quality="experimental" status="unofficial"> + <name>rin-ebuilds</name> + <description>Various (gen|fun)too ebuilds</description> + <homepage>https://git.seriouss.am/</homepage> + <owner> + <email>gediminas@varciai.lt</email> + <name>Gediminas Jakutis</name> + </owner> + <source type="git">https://git.seriouss.am/rin-ebuilds</source> + </repo> +</repositories> |