bikeshed: Add matthiasbeyer as maintainer

This was done upon their request

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