mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
invidious: switch to github repo
This commit is contained in:
parent
92234fadbc
commit
b857e31857
|
@ -1,7 +1,7 @@
|
|||
{ lib
|
||||
, callPackage
|
||||
, crystal
|
||||
, fetchFromGitea
|
||||
, fetchFromGitHub
|
||||
, librsvg
|
||||
, pkg-config
|
||||
, libxml2
|
||||
|
@ -29,8 +29,7 @@ crystal.buildCrystalPackage rec {
|
|||
pname = "invidious";
|
||||
inherit (versions.invidious) version;
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "gitea.invidious.io";
|
||||
src = fetchFromGitHub {
|
||||
owner = "iv-org";
|
||||
repo = "invidious";
|
||||
fetchSubmodules = true;
|
||||
|
|
Loading…
Reference in a new issue