mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
bash-completion: add philiptaron as maintainer
This commit is contained in:
parent
6c030876aa
commit
718545000e
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue