vanity counter: update Github name search
This commit is contained in:
parent
3ef63227dd
commit
3845649b89
@ -28,7 +28,7 @@ fetchGithubName () {
|
|||||||
)"
|
)"
|
||||||
userid="$(
|
userid="$(
|
||||||
curl https://github.com/NixOS/nixpkgs/commit/"$commitid" 2>/dev/null |
|
curl https://github.com/NixOS/nixpkgs/commit/"$commitid" 2>/dev/null |
|
||||||
grep authored -B10 | grep 'href="/' |
|
grep committed -B10 | grep 'href="/' |
|
||||||
sed -re 's@.* href="/@@; s@".*@@' |
|
sed -re 's@.* href="/@@; s@".*@@' |
|
||||||
grep -v "/commit/"
|
grep -v "/commit/"
|
||||||
)";
|
)";
|
||||||
|
Loading…
Reference in New Issue
Block a user