mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +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 New Issue
Block a user