Skip to content

Commit

Permalink
fix project URL in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Mar 30, 2021
1 parent 63e11a6 commit 8495b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ authors = ["molpopgen <[email protected]>"]
edition = "2018"
description = "Tools for forward simulation with tree sequence recording"
license = "GPL-3.0-or-later"
homepage = "https://github.com/molpopgen/forrustts"
repository = "https://github.com/molpopgen/forrustts"
homepage = "https://github.com/ForwardSimulation/forrustts"
repository = "https://github.com/ForwardSimulation/forrustts"
keywords = ["simulation", "tree_sequences", "tskit", "population_genetics"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 8495b87

Please sign in to comment.