summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2016-02-24 10:37:34 +0100
committerMichael Raskin <7c6f434c@mail.ru>2016-02-24 10:37:34 +0100
commit3845649b89c7a24a360c4d988c6eb0c37cd28f5a (patch)
tree1f866938ed9af32b5ceb1bbaf6e8ff668be1ba29
parent3ef63227dd580d97cd6052bb03ec05a878fd6e93 (diff)
downloadnixpkgs-3845649b89c7a24a360c4d988c6eb0c37cd28f5a.tar
nixpkgs-3845649b89c7a24a360c4d988c6eb0c37cd28f5a.tar.gz
nixpkgs-3845649b89c7a24a360c4d988c6eb0c37cd28f5a.tar.bz2
nixpkgs-3845649b89c7a24a360c4d988c6eb0c37cd28f5a.tar.lz
nixpkgs-3845649b89c7a24a360c4d988c6eb0c37cd28f5a.tar.xz
nixpkgs-3845649b89c7a24a360c4d988c6eb0c37cd28f5a.tar.zst
nixpkgs-3845649b89c7a24a360c4d988c6eb0c37cd28f5a.zip
vanity counter: update Github name search
-rwxr-xr-xmaintainers/scripts/vanity.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/scripts/vanity.sh b/maintainers/scripts/vanity.sh
index c5665ab862a..1f6fdaff6dd 100755
--- a/maintainers/scripts/vanity.sh
+++ b/maintainers/scripts/vanity.sh
@@ -28,7 +28,7 @@ fetchGithubName () {
     )"
     userid="$(
         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@".*@@' |
 	grep -v "/commit/"
     )";