Open-Jellycuts icon indicating copy to clipboard operation
Open-Jellycuts copied to clipboard

legacy url links to ActuallyTaylor repo instead of OpenJelly repo in Shared/Constants.swift

Open chrysaora-achlyos opened this issue 9 months ago • 0 comments

Describe the bug

Shared/Constants.swift has many legacy URLs to github.com/ActuallyTaylor that likely should be changed to github.com/OpenJelly

To Reproduce

search or github.com/ActuallyTaylor in Shared/Constants.swift

Examples

24: static let jellycutsGithubPage: URL = URL(string: "https://github.com/ActuallyTaylor/Open-Jellycuts")! 28: static let bugReport: URL = URL(string: "https://github.com/ActuallyTaylor/Open-Jellycuts/issues")! 31: static let hydrogenReporter = URL(string: "https://github.com/ActuallyTaylor/HydrogenReporter")! 33: static let treeSitter = URL(string: "https://github.com/ActuallyTaylor/tree-sitter-spm")! 34: static let runestone = URL(string: "https://github.com/ActuallyTaylor/Runestone")! 35: static let treeSitterJelly = URL(string: "https://github.com/ActuallyTaylor/tree-sitter-jelly")! 36: static let openJellycore = URL(string: "https://github.com/ActuallyTaylor/Open-Jellycore")!

chrysaora-achlyos avatar May 23 '24 15:05 chrysaora-achlyos