ananicy-cpp: add johnrtitor as maintainer

This commit is contained in:
John Titor 2024-06-03 19:01:30 +05:30
parent f65bd7b775
commit 1501a531db
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -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";
};
}