grim: khaneliman adopt package

This commit is contained in:
Austin Horstman 2024-12-02 09:29:12 -06:00
parent 88196cc076
commit 8f5afb6443
No known key found for this signature in database

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Grab images from a Wayland compositor";
license = lib.licenses.mit;
mainProgram = "grim";
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ khaneliman ];
platforms = lib.platforms.linux;
};
})