mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
fetchFromGitLab: passthru owner and repo
this makes the output more consistent with `fetchFromGitHub`.
This commit is contained in:
parent
c757ce14fe
commit
3a55403cf4
@ -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; }
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user