gnome3.libgit2-glib: complete meta attribute

This commit is contained in:
Jan Tojnar 2018-02-25 21:25:10 +01:00
parent ed7607f4cd
commit 2f1c45c4b0
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
buildInputs = [ libssh2 ];
meta = with stdenv.lib; {
description = "A glib wrapper library around the libgit2 git access library";
homepage = https://wiki.gnome.org/Projects/Libgit2-glib;
license = licenses.lgpl21;
maintainers = gnome3.maintainers;
platforms = platforms.linux;
};
}