Unverified Commit 91c3ab6e authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

rcu: add co-maintainer (#444651)

parents 58eafefd 4abba235
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
  };
}