dunst: add maintainer gepbird

This commit is contained in:
Gutyina Gergő 2024-04-19 22:52:32 +02:00 committed by Artturin
parent 2a533953c5
commit 8168cd0342

View file

@ -97,7 +97,7 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.bsd3;
# NOTE: 'unix' or even 'all' COULD work too, I'm not sure
platforms = platforms.linux;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ domenkozar gepbird ];
mainProgram = "dunst";
};
})