11.stylix/modules/zellij/meta.nix
NAHO bba3152bd2
treewide: standardize URL format by removing trailing slashes (#1566)
Link: https://github.com/nix-community/stylix/pull/1566

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: Daniel Thwaites <danth@danth.me>
2025-07-06 22:18:33 +02:00

6 lines
114 B
Nix

{ lib, ... }:
{
name = "Zellij";
homepage = "https://zellij.dev";
maintainers = [ lib.maintainers.naho ];
}