summary refs log tree commit diff
path: root/nixos/modules/config/vte.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-01 20:16:24 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-04-01 20:53:09 -0400
commitb0ac19e050676d9c6b07ec3f8cc9c7ab7487333a (patch)
tree62d1f17cd93f132a8b5e43541a8163ce24f7d3b7 /nixos/modules/config/vte.nix
parent88a4b68985e77b5e01cadb692fbd6345e8913d7e (diff)
downloadnixpkgs-b0ac19e050676d9c6b07ec3f8cc9c7ab7487333a.tar
nixpkgs-b0ac19e050676d9c6b07ec3f8cc9c7ab7487333a.tar.gz
nixpkgs-b0ac19e050676d9c6b07ec3f8cc9c7ab7487333a.tar.bz2
nixpkgs-b0ac19e050676d9c6b07ec3f8cc9c7ab7487333a.tar.lz
nixpkgs-b0ac19e050676d9c6b07ec3f8cc9c7ab7487333a.tar.xz
nixpkgs-b0ac19e050676d9c6b07ec3f8cc9c7ab7487333a.tar.zst
nixpkgs-b0ac19e050676d9c6b07ec3f8cc9c7ab7487333a.zip
nixos: add freedesktop/gnome/myself maintainers
Diffstat (limited to 'nixos/modules/config/vte.nix')
-rw-r--r--nixos/modules/config/vte.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/config/vte.nix b/nixos/modules/config/vte.nix
index d4a8c926fef..24d32a00fd4 100644
--- a/nixos/modules/config/vte.nix
+++ b/nixos/modules/config/vte.nix
@@ -16,6 +16,10 @@ in
 
 {
 
+  meta = {
+    maintainers = teams.gnome.members;
+  };
+
   options = {
 
     programs.bash.vteIntegration = mkOption {