0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #306349 from pyrox0/pyrox-maintainer

maintainers: thehedgeh0g -> pyrox0
This commit is contained in:
éclairevoyant 2024-04-24 23:23:22 +00:00 committed by GitHub
commit cae565a58e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 22 additions and 22 deletions

View file

@ -722,5 +722,5 @@ in
timerConfig.OnCalendar = cfg.dump.interval;
};
};
meta.maintainers = with lib.maintainers; [ srhb ma27 thehedgeh0g ];
meta.maintainers = with lib.maintainers; [ srhb ma27 pyrox0 ];
}