sxiv: add h7x4 as maintainer

This commit is contained in:
h7x4
2023-11-20 19:27:45 +01:00
parent 5d08323dda
commit d99faadfbd
+1 -1
View File
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/muennich/sxiv";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ h7x4 ];
};
}