summary refs log tree commit diff
path: root/pkgs/development/libraries/unittest-cpp
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/libraries/unittest-cpp
parent2ddcbcfe62d358e9d5bc4033cc618709342e86ac (diff)
downloadnixpkgs-079c306c6e498caa0d99e5a0e212e60ebac4fd58.tar
nixpkgs-079c306c6e498caa0d99e5a0e212e60ebac4fd58.tar.gz
nixpkgs-079c306c6e498caa0d99e5a0e212e60ebac4fd58.tar.bz2
nixpkgs-079c306c6e498caa0d99e5a0e212e60ebac4fd58.tar.lz
nixpkgs-079c306c6e498caa0d99e5a0e212e60ebac4fd58.tar.xz
nixpkgs-079c306c6e498caa0d99e5a0e212e60ebac4fd58.tar.zst
nixpkgs-079c306c6e498caa0d99e5a0e212e60ebac4fd58.zip
openshot-qt: remove myself from the maintainer list
Diffstat (limited to 'pkgs/development/libraries/unittest-cpp')
-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 bc9035d479b..cee71df4849 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;
   };
 }