fetchFromGitLab: passthru owner and repo

this makes the output more consistent with `fetchFromGitHub`.
This commit is contained in:
Colin 2023-11-27 10:10:13 +00:00
parent c757ce14fe
commit 3a55403cf4

View File

@ -30,5 +30,5 @@ let
}) // passthruAttrs // { inherit name; };
in
fetcher fetcherArgs // { meta.homepage = "${protocol}://${domain}/${slug}/"; inherit rev; }
fetcher fetcherArgs // { meta.homepage = "${protocol}://${domain}/${slug}/"; inherit rev owner repo; }
)