homer: add myself as maintainer

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss
2025-01-01 18:11:24 +01:00
parent aa1a7cc873
commit 0cc72de8e1
+4 -1
View File
@@ -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;
};
}