2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-08 14:03:29 +00:00

swayimg: add myself as maintainers

This commit is contained in:
Gliczy 2024-12-08 11:42:58 +01:00
parent 9338ba39f1
commit db419b1c25

View File

@ -87,7 +87,10 @@ stdenv.mkDerivation (finalAttrs: {
description = "Image viewer for Sway/Wayland";
changelog = "https://github.com/artemsen/swayimg/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ matthewcroughan ];
maintainers = with lib.maintainers; [
matthewcroughan
Gliczy
];
platforms = lib.platforms.linux;
mainProgram = "swayimg";
};