gnome3.libgit2-glib: complete meta attribute

+4
+4
pkgs/desktops/gnome-3/misc/libgit2-glib/default.nix
··· 16 16 buildInputs = [ libssh2 ]; 17 17 18 18 meta = with stdenv.lib; { 19 + description = "A glib wrapper library around the libgit2 git access library"; 20 + homepage = https://wiki.gnome.org/Projects/Libgit2-glib; 21 + license = licenses.lgpl21; 22 + maintainers = gnome3.maintainers; 19 23 platforms = platforms.linux; 20 24 }; 21 25 }