Skip to content

Commit 3bbaf91

Browse files
authored
fix: update repository URLs to fg-labs after org transfer (#9)
Update Cargo.toml repository field, README badges (build, codecov, license), clone instructions, and resource links to point at fg-labs/refget-rs following the transfer from fulcrumgenomics.
1 parent bf99ab0 commit 3bbaf91

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ members = [
1515
version = "0.1.0"
1616
edition = "2024"
1717
rust-version = "1.92.0"
18-
repository = "https://github.com/fulcrumgenomics/refget-rs"
18+
repository = "https://github.com/fg-labs/refget-rs"
1919
license = "MIT"
2020

2121
[workspace.dependencies]

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
![Build](https://github.com/fulcrumgenomics/refget-rs/actions/workflows/check.yml/badge.svg)
1+
![Build](https://github.com/fg-labs/refget-rs/actions/workflows/check.yml/badge.svg)
22
[![Version at crates.io](https://img.shields.io/crates/v/refget-server)](https://crates.io/crates/refget-server)
33
[![Documentation at docs.rs](https://img.shields.io/docsrs/refget-server)](https://docs.rs/refget-server)
4-
[![codecov](https://codecov.io/gh/fulcrumgenomics/refget-rs/graph/badge.svg)](https://codecov.io/gh/fulcrumgenomics/refget-rs)
5-
[![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/fulcrumgenomics/refget-rs/blob/main/LICENSE)
4+
[![codecov](https://codecov.io/gh/fg-labs/refget-rs/graph/badge.svg)](https://codecov.io/gh/fg-labs/refget-rs)
5+
[![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/fg-labs/refget-rs/blob/main/LICENSE)
66

77
# refget-rs
88

@@ -33,7 +33,7 @@ refget-rs provides:
3333
Clone the repository:
3434

3535
```bash
36-
git clone https://github.com/fulcrumgenomics/refget-rs
36+
git clone https://github.com/fg-labs/refget-rs
3737
```
3838

3939
Build the release binaries:
@@ -104,10 +104,10 @@ refget-tools digest-collection ref.fa
104104

105105
* [GA4GH refget specification](https://samtools.github.io/hts-specs/refget.html)
106106
* [Sequence Collections specification](https://ga4gh.github.io/seqcol-spec/)
107-
* [Issues](https://github.com/fulcrumgenomics/refget-rs/issues): Report a bug or request a feature
108-
* [Pull requests](https://github.com/fulcrumgenomics/refget-rs/pulls): Submit a patch or new feature
109-
* [Contributors guide](https://github.com/fulcrumgenomics/refget-rs/blob/main/CONTRIBUTING.md)
110-
* [License](https://github.com/fulcrumgenomics/refget-rs/blob/main/LICENSE): Released under the MIT license
107+
* [Issues](https://github.com/fg-labs/refget-rs/issues): Report a bug or request a feature
108+
* [Pull requests](https://github.com/fg-labs/refget-rs/pulls): Submit a patch or new feature
109+
* [Contributors guide](https://github.com/fg-labs/refget-rs/blob/main/CONTRIBUTING.md)
110+
* [License](https://github.com/fg-labs/refget-rs/blob/main/LICENSE): Released under the MIT license
111111

112112
## Authors
113113

@@ -122,6 +122,6 @@ Development of refget-rs is supported by [Fulcrum Genomics](https://www.fulcrumg
122122
## Disclaimer
123123

124124
This software is under active development.
125-
While we make a best effort to test this software and to fix issues as they are reported, this software is provided as-is without any warranty (see the [license](https://github.com/fulcrumgenomics/refget-rs/blob/main/LICENSE) for details).
126-
Please submit an [issue](https://github.com/fulcrumgenomics/refget-rs/issues), and better yet a [pull request](https://github.com/fulcrumgenomics/refget-rs/pulls) as well, if you discover a bug or identify a missing feature.
125+
While we make a best effort to test this software and to fix issues as they are reported, this software is provided as-is without any warranty (see the [license](https://github.com/fg-labs/refget-rs/blob/main/LICENSE) for details).
126+
Please submit an [issue](https://github.com/fg-labs/refget-rs/issues), and better yet a [pull request](https://github.com/fg-labs/refget-rs/pulls) as well, if you discover a bug or identify a missing feature.
127127
Please contact [Fulcrum Genomics](https://www.fulcrumgenomics.com) if you are considering using this software or are interested in sponsoring its development.

0 commit comments

Comments
 (0)