fishPlugins.hydro: add HigherOrderLogic as maintainer

This commit is contained in:
HigherOrderLogic
2026-06-25 06:12:10 +00:00
parent 2ca2b09ef2
commit e0cd3178e7
+1 -1
View File
@@ -19,6 +19,6 @@ buildFishPlugin {
description = "Ultra-pure, lag-free prompt with async Git status";
homepage = "https://github.com/jorgebucaran/hydro";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = with lib.maintainers; [ higherorderlogic ];
};
}