[Backport release-26.05] vicinae: drop whispersofthedawn as maintainer (#549879)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-06 13:36:53 +00:00
committed by GitHub

View File

@@ -113,10 +113,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Native, fast, extensible launcher for the desktop";
homepage = "https://github.com/vicinaehq/vicinae";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
whispersofthedawn
zstg
];
maintainers = with lib.maintainers; [ zstg ];
platforms = lib.platforms.linux;
mainProgram = "vicinae";
};