fetchFromSavannah: add passthru.gitRepoUrl (#352067)

This commit is contained in:
Philip Taron 2024-10-29 06:08:53 -07:00 committed by GitHub
commit 29d18ed883
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; }
)