Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

which: add mdaniels5757 as maintainer

+1
+1
pkgs/by-name/wh/which/package.nix
··· 26 26 homepage = "https://www.gnu.org/software/which/"; 27 27 description = "Shows the full path of (shell) commands"; 28 28 license = lib.licenses.gpl3Plus; 29 + maintainers = with lib.maintainers; [ mdaniels5757 ]; 29 30 mainProgram = "which"; 30 31 platforms = lib.platforms.all; 31 32 };