nom: add maintainer nadir-ishiguro

This commit is contained in:
Nadir Ishiguro 2024-01-14 13:11:07 +01:00
parent 98d0534987
commit 5e13517a9c

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/leo-arch/clifm";
description = "CliFM is a CLI-based, shell-like, and non-curses terminal file manager written in C: simple, fast, extensible, and lightweight as hell";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ nadir-ishiguro ];
platforms = platforms.unix;
};
}