Unverified Commit 8a475c1f authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #327964 from atorres1985-contrib/bash-is-orphan

bash-5: remove dtzWill as maintainer [orphan]
parents 0e53ac2a c5aa149e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ stdenv.mkDerivation rec {
    '';
    license = licenses.gpl3Plus;
    platforms = platforms.all;
    maintainers = with maintainers; [ dtzWill ];
    maintainers = with maintainers; [ ];
    mainProgram = "bash";
  };
}