forked from mirrors/nixpkgs
Merge pull request #36239 from khumba/remove-app-maintainership
claws-mail, jitsi: remove myself (khumba) from maintainers
This commit is contained in:
commit
41e289108c
|
@ -70,6 +70,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Open Source Video Calls and Chat";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ khumba ndowens ];
|
||||
maintainers = with maintainers; [ ndowens ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -101,6 +101,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.claws-mail.org/;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ khumba fpletz globin ];
|
||||
maintainers = with maintainers; [ fpletz globin ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue