Unverified Commit 29d18ed8 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

fetchFromSavannah: add passthru.gitRepoUrl (#352067)

parents edc46e4a cf3f6bef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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; }
)