rcu: add co-maintainer (#444651)

This commit is contained in:
Cosima Neidahl
2025-09-20 14:58:43 +00:00
committed by GitHub
+4 -1
View File
@@ -192,7 +192,10 @@ python3Packages.buildPythonApplication rec {
description = "All-in-one offline/local management software for reMarkable e-paper tablets";
homepage = "http://www.davisr.me/projects/rcu/";
license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [ OPNA2608 ];
maintainers = with lib.maintainers; [
OPNA2608
m0streng0
];
hydraPlatforms = [ ]; # requireFile used as src
};
}