tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sxiv: add h7x4 as maintainer
h7x4
2 years ago
d99faadf
5d08323d
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
sxiv
default.nix
+1
-1
pkgs/applications/graphics/sxiv/default.nix
···
29
29
homepage = "https://github.com/muennich/sxiv";
30
30
license = lib.licenses.gpl2Plus;
31
31
platforms = lib.platforms.linux;
32
32
-
maintainers = with maintainers; [ ];
32
32
+
maintainers = with maintainers; [ h7x4 ];
33
33
};
34
34
}