forked from mirrors/nixpkgs
gtest: Update meta
This commit is contained in:
parent
a70ecf4797
commit
e0479f3489
|
@ -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…
Reference in a new issue