From 1501a531dbe77d4bf0bddc96cfc2fa805315dc71 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:01:30 +0530 Subject: [PATCH] ananicy-cpp: add johnrtitor as maintainer --- pkgs/by-name/an/ananicy-cpp/package.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/an/ananicy-cpp/package.nix b/pkgs/by-name/an/ananicy-cpp/package.nix index f7140615523c..36f56c6dffaf 100644 --- a/pkgs/by-name/an/ananicy-cpp/package.nix +++ b/pkgs/by-name/an/ananicy-cpp/package.nix @@ -72,12 +72,15 @@ clangStdenv.mkDerivation rec { rm -rf "$out"/lib/cmake ''; - meta = with lib; { + meta = { homepage = "https://gitlab.com/ananicy-cpp/ananicy-cpp"; description = "Rewrite of ananicy in c++ for lower cpu and memory usage"; - license = licenses.gpl3Only; - platforms = platforms.linux; - maintainers = with maintainers; [ artturin ]; + license = lib.licenses.gpl3Only; + platforms = lib.platforms.linux; + maintainers = with lib.maintainers; [ + artturin + johnrtitor + ]; mainProgram = "ananicy-cpp"; }; }