Remove tailhook from maintainers

+5 -5
+2 -2
doc/languages-frameworks/rust.section.md
··· 39 39 description = "A fast line-oriented regex search tool, similar to ag and ack"; 40 40 homepage = "https://github.com/BurntSushi/ripgrep"; 41 41 license = licenses.unlicense; 42 - maintainers = [ maintainers.tailhook ]; 42 + maintainers = []; 43 43 }; 44 44 } 45 45 ``` ··· 926 926 description = "A fast line-oriented regex search tool, similar to ag and ack"; 927 927 homepage = "https://github.com/BurntSushi/ripgrep"; 928 928 license = with licenses; [ mit unlicense ]; 929 - maintainers = with maintainers; [ tailhook ]; 929 + maintainers = with maintainers; []; 930 930 }; 931 931 } 932 932 ```
+1 -1
pkgs/applications/networking/cluster/docker-machine/default.nix
··· 27 27 homepage = "https://docs.docker.com/machine/"; 28 28 description = "Docker Machine is a tool that lets you install Docker Engine on virtual hosts, and manage Docker Engine on the hosts"; 29 29 license = licenses.asl20; 30 - maintainers = with maintainers; [ offline tailhook ]; 30 + maintainers = with maintainers; [ offline ]; 31 31 platforms = platforms.unix; 32 32 }; 33 33 }
+1 -1
pkgs/applications/virtualization/docker/default.nix
··· 265 265 To enable the docker daemon on NixOS, set the `virtualisation.docker.enable` option to `true`. 266 266 ''; 267 267 license = licenses.asl20; 268 - maintainers = with maintainers; [ offline tailhook vdemeester periklis mikroskeem maxeaubrey ]; 268 + maintainers = with maintainers; [ offline vdemeester periklis mikroskeem maxeaubrey ]; 269 269 }; 270 270 }); 271 271
+1 -1
pkgs/tools/text/ripgrep/default.nix
··· 50 50 description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep"; 51 51 homepage = "https://github.com/BurntSushi/ripgrep"; 52 52 license = with licenses; [ unlicense /* or */ mit ]; 53 - maintainers = with maintainers; [ tailhook globin ma27 zowoq ]; 53 + maintainers = with maintainers; [ globin ma27 zowoq ]; 54 54 mainProgram = "rg"; 55 55 }; 56 56 }