pyprland: add johnrtitor as maintainer

This commit is contained in:
John Titor 2024-05-02 00:28:42 +05:30
parent bb6c58aca8
commit 5d91718a90
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -58,7 +58,7 @@ python3Packages.buildPythonApplication rec {
description = "An hyperland plugin system";
homepage = "https://github.com/hyprland-community/pyprland";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ iliayar ];
maintainers = with lib.maintainers; [ iliayar johnrtitor ];
platforms = lib.platforms.linux;
};
}