fetchFromSavannah: update url (#427024)
This commit is contained in:
@@ -19,9 +19,9 @@ lib.makeOverridable (
|
||||
let
|
||||
repo' = lib.last (lib.strings.splitString "/" repo); # support repo like emacs/elpa
|
||||
in
|
||||
"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";
|
||||
"https://cgit.git.savannah.gnu.org/cgit/${repo}.git/snapshot/${repo'}-${rev}.tar.gz";
|
||||
meta.homepage = "https://cgit.git.savannah.gnu.org/cgit/${repo}.git/";
|
||||
passthru.gitRepoUrl = "https://cgit.git.savannah.gnu.org/git/${repo}.git";
|
||||
}
|
||||
// removeAttrs args [
|
||||
"repo"
|
||||
|
||||
Reference in New Issue
Block a user