Remove myself as maintainer

This commit is contained in:
Moritz Maxeiner
2018-03-11 00:46:41 +01:00
parent 8332b7aef9
commit 12a70fd571
8 changed files with 8 additions and 13 deletions
+1 -1
View File
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
description = "Shared components of Seafile: seafile-daemon, libseafile, libseafile python bindings, manuals, and icons";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.calrama ];
maintainers = [ ];
};
}