about summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-efl
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2019-10-26 10:52:09 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2019-10-26 10:52:09 -0300
commitb63e0a5b0bc118546bf7b83e55167294238a576d (patch)
tree46b1ff3859a6926b16af2128302142cd41728446 /pkgs/development/python-modules/python-efl
parentac93f9bd33656911cc6355be01bc2a04588edf08 (diff)
enlightenment.{econnman,efl,terminology}, pythonPackages.python-efl: add romildo as maintainer
Diffstat (limited to 'pkgs/development/python-modules/python-efl')
-rw-r--r--pkgs/development/python-modules/python-efl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-efl/default.nix b/pkgs/development/python-modules/python-efl/default.nix
index aeb2d57fa8bd4..5cf1efc49b7e6 100644
--- a/pkgs/development/python-modules/python-efl/default.nix
+++ b/pkgs/development/python-modules/python-efl/default.nix
@@ -32,6 +32,6 @@ buildPythonPackage rec {
     homepage = https://phab.enlightenment.org/w/projects/python_bindings_for_efl/;
     platforms = platforms.linux;
     license = with licenses; [ gpl3 lgpl3 ];
-    maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ];
+    maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx romildo ];
   };
 }