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

nixos/thelounge: add winter to maintainers

This commit is contained in:
Winter 2022-01-08 22:47:43 -05:00
parent e5e46f1add
commit 0028d75b1c

View file

@ -94,4 +94,8 @@ in
environment.systemPackages = [ pkgs.thelounge ];
};
meta = {
maintainers = with lib.maintainers; [ winter ];
};
}