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
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec
description = "A simple and easy-to-use C language RPC framework (including both server side & client side) based on GObject System";
license = stdenv.lib.licenses.lgpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.calrama ];
maintainers = [ ];
};
}