radicale: Drop self (aneeshusa) from maintainership

I have switched to using etebase/etesync.
This commit is contained in:
Aneesh Agrawal 2023-01-05 00:14:38 -05:00
parent 61c48e5ed1
commit 1e94e9146f
3 changed files with 3 additions and 3 deletions

View file

@ -200,5 +200,5 @@ in {
};
};
meta.maintainers = with lib.maintainers; [ aneeshusa infinisil dotlambda ];
meta.maintainers = with lib.maintainers; [ infinisil dotlambda ];
}

View file

@ -22,6 +22,6 @@ buildPythonPackage {
homepage = "https://github.com/Unrud/RadicaleInfCloud/";
description = "Integrate InfCloud into Radicale's web interface";
license = with licenses; [ agpl3 gpl3 ];
maintainers = with maintainers; [ aneeshusa erictapen ];
maintainers = with maintainers; [ erictapen ];
};
}

View file

@ -41,6 +41,6 @@ python3.pkgs.buildPythonApplication rec {
on mobile phones or computers.
'';
license = licenses.gpl3Plus;
maintainers = with maintainers; [ edwtjo pSub aneeshusa infinisil ];
maintainers = with maintainers; [ edwtjo pSub infinisil ];
};
}