mako: add Synthetica as maintainer

This commit is contained in:
Patrick Hilhorst
2020-01-12 15:51:24 +01:00
parent eea18b8b79
commit 5ad5cd92c5

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "A lightweight Wayland notification daemon";
homepage = https://wayland.emersion.fr/mako/;
license = licenses.mit;
maintainers = with maintainers; [ dywedir ];
maintainers = with maintainers; [ dywedir synthetica ];
platforms = platforms.linux;
};
}