tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gnome3.libgit2-glib: complete meta attribute
Jan Tojnar
8 years ago
2f1c45c4
ed7607f4
+4
1 changed file
expand all
collapse all
unified
split
pkgs
desktops
gnome-3
misc
libgit2-glib
default.nix
+4
pkgs/desktops/gnome-3/misc/libgit2-glib/default.nix
···
16
16
buildInputs = [ libssh2 ];
17
17
18
18
meta = with stdenv.lib; {
19
19
+
description = "A glib wrapper library around the libgit2 git access library";
20
20
+
homepage = https://wiki.gnome.org/Projects/Libgit2-glib;
21
21
+
license = licenses.lgpl21;
22
22
+
maintainers = gnome3.maintainers;
19
23
platforms = platforms.linux;
20
24
};
21
25
}