openshot-qt: remove myself from the maintainer list

This commit is contained in:
Tomas Hlavaty
2017-03-05 20:47:24 +01:00
parent 2ddcbcfe62
commit 079c306c6e
4 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/unittest-cpp/unittest-cpp";
description = "Lightweight unit testing framework for C++";
license = licenses.mit;
maintainers = [maintainers.tohl];
maintainers = [];
platforms = stdenv.lib.platforms.unix;
};
}