summaryrefslogtreecommitdiff
path: root/gnustep-libs/sqlclient/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-libs/sqlclient/metadata.xml')
-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>