tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lsix: add maintainer justinlime
justinlime
2 years ago
7de26cd2
b28c2837
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
graphics
lsix
default.nix
+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
34
-
maintainers = with maintainers; [ kidonng ];
34
34
+
maintainers = with maintainers; [ justinlime kidonng ];
35
35
mainProgram = "lsix";
36
36
};
37
37
})