diff --git a/pkgs/by-name/rc/rcu/package.nix b/pkgs/by-name/rc/rcu/package.nix index e07b3c89ef38..1165087ab22a 100644 --- a/pkgs/by-name/rc/rcu/package.nix +++ b/pkgs/by-name/rc/rcu/package.nix @@ -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 }; }