mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-28 07:43:43 +00:00
cmake: add myself as maintainer
This commit is contained in:
parent
02155ca916
commit
cd39674dc0
@ -161,7 +161,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
changelog = "https://cmake.org/cmake/help/v${lib.versions.majorMinor version}/release/${lib.versions.majorMinor version}.html";
|
changelog = "https://cmake.org/cmake/help/v${lib.versions.majorMinor version}/release/${lib.versions.majorMinor version}.html";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ ttuegel lnl7 ];
|
maintainers = with maintainers; [ ttuegel lnl7 AndersonTorres ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
broken = (qt5UI && stdenv.isDarwin);
|
broken = (qt5UI && stdenv.isDarwin);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user