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
commit 8a475c1f6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,7 +154,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
mainProgram = "bash";
};
}