Skip to content

Commit

Permalink
refactor: rename gh org SDSC-ORD -> sdsc-ordes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Dec 14, 2023
1 parent 8e7d7a5 commit 43f2007
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Pull requests are the best way to propose changes to the codebase. We actively w
4. Ensure the test suite passes.
5. Create the pull request!

**Note:** PRs can only be merged if the [`build`](https://github.com/SDSC-ORD/rdfpipe-rs/blob/main/.github/workflows/rust.yml) GitHub action passes.
**Note:** PRs can only be merged if the [`build`](https://github.com/sdsc-ordes/rdfpipe-rs/blob/main/.github/workflows/rust.yml) GitHub action passes.

## License

By contributing, you agree that your contributions will be licensed under its GPL-3.0 License.

## Important links

* [Open issues](https://github.com/SDSC-ORD/rdfpipe-rs/issues)
* [Open pull requests](https://github.com/SDSC-ORD/rdfpipe-rs/pulls)
* [Development section in the README](https://github.com/SDSC-ORD/rdfpipe-rs#development)
* [LICENSE](https://github.com/SDSC-ORD/rdfpipe-rs/blob/main/LICENSE)
* [Open issues](https://github.com/sdsc-ordes/rdfpipe-rs/issues)
* [Open pull requests](https://github.com/sdsc-ordes/rdfpipe-rs/pulls)
* [Development section in the README](https://github.com/sdsc-ordes/rdfpipe-rs#development)
* [LICENSE](https://github.com/sdsc-ordes/rdfpipe-rs/blob/main/LICENSE)
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FROM ${RUST_BASE} AS builder
# Create unprivileged user
ENV USER=appuser
ENV UID=1001

RUN adduser \
--disabled-password \
--gecos "" \
Expand All @@ -51,7 +51,7 @@ RUN cargo build --release
FROM ${RUNNER_BASE} AS runner

# Add annotations
LABEL org.opencontainers.image.source=https://github.com/SDSC-ORD/rdfpipe-rs
LABEL org.opencontainers.image.source=https://github.com/sdsc-ordes/rdfpipe-rs
LABEL org.opencontainers.image.description="Quickly convert between RDF file formats. A rust implementation of rdfpipe based on the sophia crate."
LABEL org.opencontainers.image.licenses=GPL-3.0-or-later
LABEL org.opencontainers.image.version ${VERSION_BUILD}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) to learn about the different ways you can

```sh
# Install for development
git clone https://github.com/SDSC-ORD/rdfpipe-rs
git clone https://github.com/sdsc-ordes/rdfpipe-rs
cd rdfpipe-rs

# Run unit and integration tests
Expand Down
Binary file added snomed.nt.gz
Binary file not shown.

0 comments on commit 43f2007

Please sign in to comment.