Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 28fc8b1

Browse files
committed
Update git repo URL
1 parent 5b9d01b commit 28fc8b1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ of {DiscId} or the files in the `examples` directory for more usage information.
104104

105105
## Contribute
106106
The source code for ruby-discid is available on
107-
[GitHub](https://github.com/phw/ruby-discid).
107+
[GitHub](https://git.sr.ht/~phw/ruby-discid).
108108

109109
Please report any issues on the
110-
[issue tracker](https://github.com/phw/ruby-discid/issues).
110+
[issue tracker](https://todo.sr.ht/~phw/discid-bindings).
111111

112112
## License
113113
ruby-discid Copyright (c) 2007-2025 by Philipp Wolfer <ph.wolfer@gmail.com>

discid.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.email = ["ph.wolfer@gmail.com"]
1111
spec.description = %q{ruby-discid provides Ruby bindings for the MusicBrainz DiscID library libdiscid. It allows calculating DiscIDs (MusicBrainz and freedb) for Audio CDs. Additionally the library can extract the MCN/UPC/EAN and the ISRCs from disc.}
1212
spec.summary = %q{Ruby bindings for libdiscid}
13-
spec.homepage = "https://github.com/phw/ruby-discid"
13+
spec.homepage = "https://git.sr.ht/~phw/ruby-discid"
1414
spec.license = "LGPL-3.0"
1515
spec.post_install_message = %q{Please make sure you have libdiscid (http://musicbrainz.org/doc/libdiscid) installed.}
1616

0 commit comments

Comments
 (0)