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:
parent
9338ba39f1
commit
db419b1c25
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user