1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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