lsix: add maintainer justinlime

+1 -1
+1 -1
pkgs/tools/graphics/lsix/default.nix
··· 31 31 homepage = "https://github.com/hackerb9/lsix"; 32 32 license = licenses.gpl3Only; 33 33 platforms = platforms.all; 34 - maintainers = with maintainers; [ kidonng ]; 34 + maintainers = with maintainers; [ justinlime kidonng ]; 35 35 mainProgram = "lsix"; 36 36 }; 37 37 })