File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/in/invidious Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ crystal.buildCrystalPackage rec {
3434 owner = "iv-org" ;
3535 repo = "invidious" ;
3636 fetchSubmodules = true ;
37- rev = versions . invidious . rev or "v${ version } " ;
37+ rev = versions . invidious . rev or "refs/tags/ v${ version } " ;
3838 inherit ( versions . invidious ) hash ;
3939 } ;
4040
@@ -128,12 +128,12 @@ crystal.buildCrystalPackage rec {
128128 updateScript = ./update.sh ;
129129 } ;
130130
131- meta = with lib ; {
131+ meta = {
132132 description = "Open source alternative front-end to YouTube" ;
133133 mainProgram = "invidious" ;
134134 homepage = "https://invidious.io/" ;
135- license = licenses . agpl3Plus ;
136- maintainers = with maintainers ; [
135+ license = lib . licenses . agpl3Plus ;
136+ maintainers = with lib . maintainers ; [
137137 _999eagle
138138 GaetanLepage
139139 sbruder
You can’t perform that action at this time.
0 commit comments