diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 05876c6..900d879 100644 --- a/flake.nix +++ b/flake.nix @@ -203,7 +203,7 @@ singleStep = true; meta = with lib.meta; { - maintainers = with maintainers; [ vika_nezrimaya ]; + maintainers = with lib.maintainers; [ vikanezrimaya ]; platforms = supportedSystems; mainProgram = "kittybox"; }; |