dblab: add iamanaws as maintainer

This commit is contained in:
Angel J
2026-05-15 20:28:11 -07:00
parent eca5ee79d6
commit 18214137c3
+1 -1
View File
@@ -26,6 +26,6 @@ buildGoModule (finalAttrs: {
description = "Database client every command line junkie deserves";
homepage = "https://github.com/danvergara/dblab";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = with lib.maintainers; [ iamanaws ];
};
})