summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2023-09-14 08:30:21 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-09-17 17:44:44 +0300
commited7b2fb1b4416fc06cadc91278451c0be0516448 (patch)
tree39cb6c24d76879ecc164c8e67635230d3f6039fd /gnustep-libs
parentmedia-fonts/iosevka: drop 24.1.0, 24.1.1, 24.1.2, 24.1.3, 24.1.4 (diff)
downloadgentoo-ed7b2fb1b4416fc06cadc91278451c0be0516448.tar.gz
gentoo-ed7b2fb1b4416fc06cadc91278451c0be0516448.tar.bz2
gentoo-ed7b2fb1b4416fc06cadc91278451c0be0516448.zip
gnustep-libs/sqlclient: add github upstream metadata
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gnustep-libs')
-rw-r--r--gnustep-libs/sqlclient/metadata.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnustep-libs/sqlclient/metadata.xml b/gnustep-libs/sqlclient/metadata.xml
index 825e55f07621..9f6d0808b005 100644
--- a/gnustep-libs/sqlclient/metadata.xml
+++ b/gnustep-libs/sqlclient/metadata.xml
@@ -5,6 +5,9 @@
<email>gnustep@gentoo.org</email>
<name>Gentoo GNUstep Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">gnustep/libs-sqlclient</remote-id>
+ </upstream>
<longdescription>The SQLClient library is designed to provide a simple interface to SQL databases for GNUstep applications. It does not attempt the sort of abstraction provided by the much more sophisticated GDL2 library but rather allows applications to directly execute SQL queries and statements.
SQLClient provides for the Objective-C programmer much the same thing that JDBC provides for the Java programmer (though SQLClient is a bit faster, easier to use, and easier to add new database backends for than JDBC).</longdescription>