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 library and command line tool to personalize YubiKeys";
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ wkennington calrama ];
maintainers = with maintainers; [ wkennington ];
};
}