radicale: Add aneeshusa as maintainer

This commit is contained in:
Aneesh Agrawal
2017-04-10 20:04:17 -04:00
parent a3143b18e0
commit 8f4d778509
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ pythonPackages.buildPythonApplication rec {
'';
license = licenses.gpl3Plus;
platform = platforms.all;
maintainers = with maintainers; [ edwtjo pSub ];
maintainers = with maintainers; [ edwtjo pSub aneeshusa ];
};
}