Remove tailhook from maintainers

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