bikeshed: Add hemera as maintainer

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller
2025-06-12 09:40:06 +02:00
parent 12f126e1bf
commit 72443cf91a
+1 -1
View File
@@ -102,6 +102,6 @@ buildPythonApplication rec {
'';
homepage = "https://tabatkins.github.io/bikeshed/";
license = licenses.cc0;
maintainers = [ ];
maintainers = with lib.maintainers; [ hemera ];
};
}