fetchFromGitLab: passthru owner and repo
this makes the output more consistent with `fetchFromGitHub`.
This commit is contained in:
@@ -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; }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user