tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
which: add mdaniels5757 as maintainer
Michael Daniels
8 months ago
91e5b815
dcb742ed
+1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
wh
which
package.nix
+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
29
+
maintainers = with lib.maintainers; [ mdaniels5757 ];
29
30
mainProgram = "which";
30
31
platforms = lib.platforms.all;
31
32
};