summary refs log tree commit diff
path: root/pkgs/desktops/mate
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-02-12 15:02:59 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-02-12 15:02:59 -0300
commit8aa38e74d07a1b5657de3fe8cc9017ff1474143c (patch)
treeac541c811a7f90289a1e5c0fa4707ce9f93d34fe /pkgs/desktops/mate
parent95ae0156149fc9475340c45c722c5110b204123b (diff)
downloadnixpkgs-8aa38e74d07a1b5657de3fe8cc9017ff1474143c.tar
nixpkgs-8aa38e74d07a1b5657de3fe8cc9017ff1474143c.tar.gz
nixpkgs-8aa38e74d07a1b5657de3fe8cc9017ff1474143c.tar.bz2
nixpkgs-8aa38e74d07a1b5657de3fe8cc9017ff1474143c.tar.lz
nixpkgs-8aa38e74d07a1b5657de3fe8cc9017ff1474143c.tar.xz
nixpkgs-8aa38e74d07a1b5657de3fe8cc9017ff1474143c.tar.zst
nixpkgs-8aa38e74d07a1b5657de3fe8cc9017ff1474143c.zip
mate.mate-terminal: add maintainer
Diffstat (limited to 'pkgs/desktops/mate')
-rw-r--r--pkgs/desktops/mate/mate-terminal/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/desktops/mate/mate-terminal/default.nix b/pkgs/desktops/mate/mate-terminal/default.nix
index 1100bd4d241..f09c119fc81 100644
--- a/pkgs/desktops/mate/mate-terminal/default.nix
+++ b/pkgs/desktops/mate/mate-terminal/default.nix
@@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
     homepage = "https://mate-desktop.org";
     license = licenses.gpl3;
     platforms = platforms.unix;
+    maintainers = [ maintainers.romildo ];
   };
 }