marble-shell-theme: remove aucub from maintainers

This commit is contained in:
aucub
2025-01-25 21:22:24 +00:00
parent 10a3e8613d
commit a62f4bf10a
@@ -43,6 +43,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
platforms = lib.platforms.linux;
homepage = "https://github.com/imarkoff/Marble-shell-theme";
changelog = "https://github.com/imarkoff/Marble-shell-theme/releases/tag/${finalAttrs.version}";
maintainers = with lib.maintainers; [ aucub ];
maintainers = with lib.maintainers; [ ];
};
})