Skip to content

Commit

Permalink
update repo references from the move (#198)
Browse files Browse the repository at this point in the history
* update repo references from the move

* update ci label
  • Loading branch information
devoncarew authored Nov 14, 2023
1 parent 29e423c commit c001828
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ffigen.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ffigen CI
name: ffigen

on:
# Run on PRs and pushes to the default branch.
Expand Down
35 changes: 0 additions & 35 deletions pkgs/ffigen/CONTRIBUTING.md

This file was deleted.

4 changes: 2 additions & 2 deletions pkgs/ffigen/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![pub package](https://img.shields.io/pub/v/ffigen.svg)](https://pub.dev/packages/ffigen)
[![Build Status](https://github.com/dart-lang/ffigen/workflows/Dart%20CI/badge.svg)](https://github.com/dart-lang/ffigen/actions?query=workflow%3A"Dart+CI")
[![Coverage Status](https://coveralls.io/repos/github/dart-lang/ffigen/badge.svg?branch=main)](https://coveralls.io/github/dart-lang/ffigen?branch=main)
[![ffigen](https://github.com/dart-lang/native/actions/workflows/ffigen.yml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/ffigen.yml)
[![Coverage Status](https://coveralls.io/repos/github/dart-lang/native/badge.svg?branch=main)](https://coveralls.io/github/dart-lang/native?branch=main)

Binding generator for [FFI](https://dart.dev/guides/libraries/c-interop) bindings.

Expand Down
2 changes: 1 addition & 1 deletion pkgs/ffigen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 10.0.0-dev.0
description: >
Generator for FFI bindings, using LibClang to parse C, Objective-C, and Swift
files.
repository: https://github.com/dart-lang/ffigen
repository: https://github.com/dart-lang/native/tree/main/pkgs/ffigen

topics:
- interop
Expand Down

0 comments on commit c001828

Please sign in to comment.