wob: Add lyndeno as maintainer

This commit is contained in:
Lyndon Sanche 2026-05-13 08:22:34 -06:00
parent 687b9af54d
commit ec5917d49a
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View file

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