3
0
Fork 0
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:
Jörg Thalheim 2018-03-03 08:09:18 +00:00 committed by GitHub
commit 41e289108c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 ];
};
}

View file

@ -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 ];
};
}