added L0L1P0P1 to persepolis maintainers

L0L1P0P1 a3bca2ec db2e6445

+4 -2
+4 -2
pkgs/by-name/pe/persepolis/package.nix
··· 8 meson, 9 ninja, 10 }: 11 - 12 python3.pkgs.buildPythonApplication rec { 13 pname = "persepolis"; 14 version = "5.2.0"; ··· 60 mainProgram = "persepolis"; 61 homepage = "https://persepolisdm.github.io/"; 62 license = licenses.gpl3Plus; 63 - maintainers = with maintainers; [ iFreilicht ]; 64 }; 65 }
··· 8 meson, 9 ninja, 10 }: 11 python3.pkgs.buildPythonApplication rec { 12 pname = "persepolis"; 13 version = "5.2.0"; ··· 59 mainProgram = "persepolis"; 60 homepage = "https://persepolisdm.github.io/"; 61 license = licenses.gpl3Plus; 62 + maintainers = with maintainers; [ 63 + iFreilicht 64 + L0L1P0P 65 + ]; 66 }; 67 }