summaryrefslogtreecommitdiffstats
path: root/pkgs/development
diff options
context:
space:
mode:
authorTomas Hlavaty <tom@logand.com>2017-03-05 20:47:24 +0100
committerTomas Hlavaty <tom@logand.com>2017-03-05 20:47:24 +0100
commit079c306c6e498caa0d99e5a0e212e60ebac4fd58 (patch)
tree14d3af9f0c70dc27f74ec50059adf18bcfeed2bc /pkgs/development
parent2ddcbcfe62d358e9d5bc4033cc618709342e86ac (diff)
openshot-qt: remove myself from the maintainer list
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/unittest-cpp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/unittest-cpp/default.nix b/pkgs/development/libraries/unittest-cpp/default.nix
index bc9035d479b5..cee71df4849a 100644
--- a/pkgs/development/libraries/unittest-cpp/default.nix
+++ b/pkgs/development/libraries/unittest-cpp/default.nix
@@ -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;
};
}