summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-efl
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 01:40:02 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:54:53 +0200
commit45ec5898cbe01554bc918b6411a85098c2017f78 (patch)
treec8335c78be63c801a34e72315369eaad241ea512 /pkgs/development/python-modules/python-efl
parenta8517f95b85579d7a6c29d2d4d726f1078c68082 (diff)
maintainers: remove tstrobel
was ts468 on github afaict and was actually a committer, but that account hasn't been active since early 2018
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 24e076d1391f..01ce4bc1260c 100644
--- a/pkgs/development/python-modules/python-efl/default.nix
+++ b/pkgs/development/python-modules/python-efl/default.nix
@@ -44,6 +44,6 @@ buildPythonPackage rec {
homepage = "https://github.com/DaveMDS/python-efl";
platforms = platforms.linux;
license = with licenses; [ gpl3 lgpl3 ];
- maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx ] ++ teams.enlightenment.members;
+ maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members;
};
}