Commit 91e5b815 authored by Michael Daniels's avatar Michael Daniels
Browse files

which: add mdaniels5757 as maintainer

parent dcb742ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://www.gnu.org/software/which/";
    description = "Shows the full path of (shell) commands";
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ mdaniels5757 ];
    mainProgram = "which";
    platforms = lib.platforms.all;
  };