Loading pkgs/development/libraries/libgit2/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ stdenv.mkDerivation rec { description = "Linkable library implementation of Git that you can use in your application"; mainProgram = "git2"; homepage = "https://libgit2.org/"; license = licenses.gpl2Plus; license = licenses.gpl2Only; platforms = platforms.all; maintainers = with maintainers; [ SuperSandro2000 ]; }; Loading Loading
pkgs/development/libraries/libgit2/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ stdenv.mkDerivation rec { description = "Linkable library implementation of Git that you can use in your application"; mainProgram = "git2"; homepage = "https://libgit2.org/"; license = licenses.gpl2Plus; license = licenses.gpl2Only; platforms = platforms.all; maintainers = with maintainers; [ SuperSandro2000 ]; }; Loading