Commit c3de6560 authored by John Titor's avatar John Titor
Browse files

vicinae: add dawnofmidnight as maintainer

parent ec212ce2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -5970,6 +5970,12 @@
    githubId = 49904992;
    name = "Dawid Sowa";
  };
  dawnofmidnight = {
    email = "dawnofmidnight@duck.com";
    github = "dawnofmidnight";
    githubId = 78233879;
    name = "whispers";
  };
  dawoox = {
    email = "contact@antoinebellanger.fr";
    github = "Dawoox";
+4 −1
Original line number Diff line number Diff line
@@ -94,7 +94,10 @@ stdenv.mkDerivation (finalAttrs: {
    description = "A focused launcher for your desktop — native, fast, extensible";
    homepage = "https://github.com/vicinaehq/vicinae";
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ zstg ];
    maintainers = with lib.maintainers; [
      dawnofmidnight
      zstg
    ];
    platforms = lib.platforms.linux;
    mainProgram = "vicinae";
  };