gtest: Update meta

wip/yesman
William A. Kennington III 10 years ago
parent a70ecf4797
commit e0479f3489
  1. 7
      pkgs/development/libraries/gtest/default.nix

@ -24,11 +24,12 @@ stdenv.mkDerivation rec {
cp -v -r ../src $out
'';
meta = {
meta = with stdenv.lib; {
description = "Google test: Google's framework for writing C++ tests.";
homepage = https://code.google.com/p/googletest/;
license = stdenv.lib.licenses.bsd3;
maintainers = [ stdenv.lib.maintainers.zoomulator ];
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ zoomulator ];
};
}

Loading…
Cancel
Save