diff options
| author | Jakob L. Kreuze <jakob@memeware.net> | 2019-01-26 15:40:02 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <jakob@memeware.net> | 2019-01-26 15:40:02 -0500 |
| commit | 59fca156a909dadf80c06ffd834719542702881d (patch) | |
| tree | 858dbe6d774f1786bbaad55ff903dfde3703e2fb /Cargo.toml | |
| parent | e9bcaf405d4fa2cfbb0577bd40347576da8e7aed (diff) | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,11 +5,11 @@ members = [ [package] name = "wildmidi" -version = "0.1.0" +version = "0.1.1" authors = ["Jakob L. Kreuze <jakob@memeware.net>"] description = "A simple wrapper around the WildMIDI software synthesizer library." -repository = "https://github.com/TsarFox/wildmidi" +repository = "https://git.sr.ht/~jakob/wildmidi" license = "LGPL-3.0-or-later" links = "WildMidi" |