Merge pull request #322518 from philiptaron/add-maintainer/bash-completion

bash-completion: add philiptaron as maintainer
This commit is contained in:
Silvan Mosberger 2024-06-26 02:26:54 +02:00 committed by GitHub
commit e55c4339a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,6 +68,6 @@ stdenv.mkDerivation rec {
description = "Programmable completion for the bash shell";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = [ ];
maintainers = with maintainers; [ philiptaron ];
};
}