maintainers scripts: Fix shebang

Fixes:
error: syntax error, unexpected $undefined, at (string):1:94

Sandro cf36a4fe 40bc6c8d

Changed files
+1 -1
maintainers
+1 -1
maintainers/scripts/hydra-eval-failures.py
···
#!/usr/bin/env nix-shell
-
#!nix-shell -i python3 -p 'python3.withPackages(ps: with ps; [ requests pyquery click ])'
+
#!nix-shell -i python3 -p "python3.withPackages(ps: with ps; [ requests pyquery click ])"
# To use, just execute this script with --help to display help.