maintainers: rename geistesk to oxzi

For reasons I have renamed my GitHub account and would like to include
this name change here.
This commit is contained in:
Alvar Penning
2020-08-15 16:03:46 +02:00
parent d71a03ad69
commit 0a53c6b565
22 changed files with 31 additions and 27 deletions
@@ -64,7 +64,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "https://github.com/mmb/weechat-otr";
license = licenses.gpl3;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
description = "WeeChat script for Off-the-Record messaging";
};
}