hyprlock: add MrSom3body as maintainer

This commit is contained in:
Karun Sandhu 2025-05-23 12:17:52 +02:00 committed by awwpotato
parent f99fe598a6
commit 86cfc446a5

View file

@ -1,5 +1,6 @@
{ lib, ... }:
{
name = "hyprlock";
homepage = "https://github.com/hyprwm/hyprlock";
maintainers = [ ];
maintainers = [ lib.maintainers.MrSom3body ];
}