Unverified Commit 8c2d871d authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

paperless-ngx: avoid with lib;

parent 312fbc61
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -320,14 +320,14 @@ python.pkgs.buildPythonApplication rec {
    tests = { inherit (nixosTests) paperless; };
  };

  meta = with lib; {
  meta = {
    description = "Tool to scan, index, and archive all of your physical documents";
    homepage = "https://docs.paperless-ngx.com/";
    changelog = "https://github.com/paperless-ngx/paperless-ngx/releases/tag/v${version}";
    license = licenses.gpl3Only;
    platforms = platforms.unix;
    license = lib.licenses.gpl3Only;
    platforms = lib.platforms.unix;
    mainProgram = "paperless-ngx";
    maintainers = with maintainers; [
    maintainers = with lib.maintainers; [
      leona
      SuperSandro2000
      erikarvstedt