diff --git a/shard.yml b/shard.yml index 513e5db3..4c3f7526 100644 --- a/shard.yml +++ b/shard.yml @@ -1,13 +1,12 @@ name: invidious -version: 0.20.1 +version: 2.20240825.2-dev authors: - - Omar Roth - - Invidious team + - Invidious team + - Contributors! -targets: - invidious: - main: src/invidious.cr +description: | + Invidious is an alternative front-end to YouTube dependencies: pg: @@ -40,6 +39,10 @@ development_dependencies: github: crystal-ameba/ameba version: ~> 1.6.1 -crystal: ">= 1.0.0, < 2.0.0" +crystal: ">= 1.10.0, < 2.0.0" license: AGPLv3 + +repository: https://github.com/iv-org/invidious +homepage: https://invidious.io +documentation: https://docs.invidious.io