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

bash-5: remove dtzWill as maintainer [orphan]
This commit is contained in:
Pol Dellaiera
2024-07-20 08:30:26 +02:00
committed by GitHub
+1 -1
View File
@@ -154,7 +154,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
mainProgram = "bash";
};
}