remove fetchFromGitorious (close #12024)
The site has retired and it's not used by anything.
This commit is contained in:
parent
c5f28c305a
commit
36a4600422
@ -374,13 +374,6 @@ let
|
|||||||
meta.homepage = "https://bitbucket.org/${owner}/${repo}/";
|
meta.homepage = "https://bitbucket.org/${owner}/${repo}/";
|
||||||
};
|
};
|
||||||
|
|
||||||
# gitorious example
|
|
||||||
fetchFromGitorious = { owner, repo, rev, sha256, name ? "${repo}-${rev}-src" }: fetchzip {
|
|
||||||
inherit name sha256;
|
|
||||||
url = "https://gitorious.org/${owner}/${repo}/archive/${rev}.tar.gz";
|
|
||||||
meta.homepage = "https://gitorious.org/${owner}/${repo}/";
|
|
||||||
};
|
|
||||||
|
|
||||||
# cgit example, snapshot support is optional in cgit
|
# cgit example, snapshot support is optional in cgit
|
||||||
fetchFromSavannah = { repo, rev, sha256, name ? "${repo}-${rev}-src" }: fetchzip {
|
fetchFromSavannah = { repo, rev, sha256, name ? "${repo}-${rev}-src" }: fetchzip {
|
||||||
inherit name sha256;
|
inherit name sha256;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user