From 0cc72de8e1643d2dcc294bfa47714f8d4311cb81 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Wed, 1 Jan 2025 18:11:24 +0100 Subject: [PATCH] homer: add myself as maintainer Signed-off-by: Christoph Heiss --- pkgs/by-name/ho/homer/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ho/homer/package.nix b/pkgs/by-name/ho/homer/package.nix index b97ffb1678c9..221c015814b2 100644 --- a/pkgs/by-name/ho/homer/package.nix +++ b/pkgs/by-name/ho/homer/package.nix @@ -61,7 +61,10 @@ stdenvNoCC.mkDerivation rec { homepage = "https://homer-demo.netlify.app/"; changelog = "https://github.com/bastienwirtz/homer/releases"; license = licenses.asl20; - maintainers = with maintainers; [ stunkymonkey ]; + maintainers = with maintainers; [ + stunkymonkey + christoph-heiss + ]; platforms = platforms.all; }; }