bash-completion: add philiptaron as maintainer

This commit is contained in:
Philip Taron 2024-06-25 17:12:22 -07:00
parent 6c030876aa
commit 718545000e
No known key found for this signature in database

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 ];
};
}