Skip to content

Commit

Permalink
fetchFromSavannah: add passthru.gitRepoUrl (#352067)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Oct 29, 2024
2 parents edc46e4 + cf3f6be commit 29d18ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/build-support/fetchsavannah/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ lib.makeOverridable (
inherit name;
url = "https://git.savannah.gnu.org/cgit/${repo}.git/snapshot/${repo}-${rev}.tar.gz";
meta.homepage = "https://git.savannah.gnu.org/cgit/${repo}.git/";
passthru.gitRepoUrl = "https://git.savannah.gnu.org/git/${repo}.git";
} // removeAttrs args [ "repo" "rev" ]) // { inherit rev; }
)

0 comments on commit 29d18ed

Please sign in to comment.