Skip to content

Commit 6e266cd

Browse files
committed
invidious: clean derivation
1 parent 33021e5 commit 6e266cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/in/invidious/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)