mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
radicale: Drop self (aneeshusa) from maintainership
I have switched to using etebase/etesync.
This commit is contained in:
parent
61c48e5ed1
commit
1e94e9146f
3 changed files with 3 additions and 3 deletions
|
@ -200,5 +200,5 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ aneeshusa infinisil dotlambda ];
|
||||
meta.maintainers = with lib.maintainers; [ infinisil dotlambda ];
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue