Unverified Commit f854cce4 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #329325 from jmbaur/fnott-jmbaur

fnott: add jmbaur as maintainer
parents 473e469d 7a83c6a4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -62,7 +62,10 @@ stdenv.mkDerivation rec {
    changelog = "https://codeberg.org/dnkl/fnott/src/tag/${src.rev}/CHANGELOG.md";
    description = "Keyboard driven and lightweight Wayland notification daemon for wlroots-based compositors";
    license = with lib.licenses; [ mit zlib ];
    maintainers = with lib.maintainers; [ ];
    maintainers = with lib.maintainers; [
      jmbaur
      eclairevoyant
    ];
    mainProgram = "fnott";
    platforms = lib.platforms.linux;
  };