Merge pull request #178226 from Ma27/reduce-maintenance-load

treewide: reduce maintenance workload for ma27
main
Maximilian Bosch 2 years ago committed by GitHub
commit 9b24aab6a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/applications/editors/jetbrains/default.nix
  2. 2
      pkgs/applications/editors/neovim/default.nix
  3. 2
      pkgs/applications/misc/dmenu/wayland.nix
  4. 2
      pkgs/applications/window-managers/sway/default.nix
  5. 2
      pkgs/applications/window-managers/sway/lock-fancy.nix
  6. 2
      pkgs/development/mobile/adb-sync/default.nix
  7. 2
      pkgs/development/python-modules/face_recognition/default.nix
  8. 2
      pkgs/development/python-modules/face_recognition_models/default.nix
  9. 2
      pkgs/development/python-modules/pytesseract/default.nix
  10. 2
      pkgs/development/tools/rust/cargo-make/default.nix
  11. 2
      pkgs/development/tools/wasm-bindgen-cli/default.nix
  12. 2
      pkgs/servers/documize-community/default.nix
  13. 2
      pkgs/servers/monitoring/prometheus/dnsmasq-exporter.nix
  14. 2
      pkgs/servers/web-apps/hedgedoc/default.nix
  15. 2
      pkgs/tools/misc/diffoscope/default.nix
  16. 2
      pkgs/tools/misc/docker-ls/default.nix
  17. 2
      pkgs/tools/misc/termtosvg/default.nix
  18. 2
      pkgs/tools/misc/youtube-dl/default.nix
  19. 2
      pkgs/tools/networking/bandwhich/default.nix

@ -162,7 +162,7 @@ let
with on-the-fly code analysis, error prevention and
automated refactorings for PHP and JavaScript code.
'';
maintainers = with maintainers; [ schristo ma27 ];
maintainers = with maintainers; [ schristo ];
};
});

@ -133,7 +133,7 @@ in
# those contributions were copied from Vim (identified in the commit logs
# by the vim-patch token). See LICENSE for details."
license = with licenses; [ asl20 vim ];
maintainers = with maintainers; [ manveru rvolosatovs ma27 ];
maintainers = with maintainers; [ manveru rvolosatovs ];
platforms = platforms.unix;
};
}

@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
description = "dmenu for wayland-compositors";
homepage = "https://github.com/nyyManni/dmenu-wayland";
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

@ -90,6 +90,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/swaywm/sway/releases/tag/${version}";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos synthetica ma27 ];
maintainers = with maintainers; [ primeos synthetica ];
};
}

@ -46,6 +46,6 @@ in stdenv.mkDerivation rec {
homepage = "https://github.com/Big-B/swaylock-fancy";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

@ -38,6 +38,6 @@ stdenv.mkDerivation {
license = licenses.asl20;
platforms = platforms.unix;
hydraPlatforms = [];
maintainers = with maintainers; [ scolobb ma27 ];
maintainers = with maintainers; [ scolobb ];
};
}

@ -36,7 +36,7 @@ buildPythonPackage rec {
meta = with lib; {
license = licenses.mit;
homepage = "https://github.com/ageitgey/face_recognition";
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
description = "The world's simplest facial recognition api for Python and the command line";
};
}

@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/ageitgey/face_recognition_models";
license = licenses.cc0;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
description = "Trained models for the face_recognition python library";
};
}

@ -36,6 +36,6 @@ buildPythonPackage rec {
homepage = "https://pypi.org/project/pytesseract/";
license = licenses.asl20;
description = "A Python wrapper for Google Tesseract";
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

@ -37,6 +37,6 @@ rustPlatform.buildRustPackage rec {
description = "A Rust task runner and build tool";
homepage = "https://github.com/sagiegurari/cargo-make";
license = licenses.asl20;
maintainers = with maintainers; [ xrelkd ma27 ];
maintainers = with maintainers; [ xrelkd ];
};
}

@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://rustwasm.github.io/docs/wasm-bindgen/";
license = with licenses; [ asl20 /* or */ mit ];
description = "Facilitating high-level interactions between wasm modules and JavaScript";
maintainers = with maintainers; [ ma27 nitsky rizary ];
maintainers = with maintainers; [ nitsky rizary ];
mainProgram = "wasm-bindgen";
};
}

@ -33,7 +33,7 @@ buildGoModule rec {
meta = with lib; {
description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS";
license = licenses.agpl3;
maintainers = with maintainers; [ ma27 elseym ];
maintainers = with maintainers; [ elseym ];
mainProgram = "documize";
homepage = "https://www.documize.com/";
};

@ -21,6 +21,6 @@ buildGoModule rec {
inherit (src.meta) homepage;
description = "A dnsmasq exporter for Prometheus";
license = licenses.asl20;
maintainers = with maintainers; [ willibutz globin ma27 ];
maintainers = with maintainers; [ willibutz globin ];
};
}

@ -116,7 +116,7 @@ mkYarnPackage rec {
description = "Realtime collaborative markdown notes on all platforms";
license = licenses.agpl3;
homepage = "https://hedgedoc.org";
maintainers = with maintainers; [ willibutz ma27 globin ];
maintainers = with maintainers; [ willibutz globin ];
platforms = platforms.linux;
};
}

@ -125,7 +125,7 @@ python3Packages.buildPythonApplication rec {
'';
homepage = "https://diffoscope.org/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ dezgeg ma27 danielfullmer ];
maintainers = with maintainers; [ dezgeg danielfullmer ];
platforms = platforms.unix;
};
}

@ -22,7 +22,7 @@ buildGoModule rec {
'';
homepage = "https://github.com/mayflower/docker-ls";
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
platforms = docker.meta.platforms;
license = licenses.mit;
};

@ -15,6 +15,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://nbedos.github.io/termtosvg/";
description = "Record terminal sessions as SVG animations";
license = licenses.bsd3;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

@ -75,7 +75,7 @@ buildPythonPackage rec {
it however you like.
'';
license = licenses.publicDomain;
maintainers = with maintainers; [ bluescreen303 fpletz ma27 ];
maintainers = with maintainers; [ bluescreen303 fpletz ];
platforms = with platforms; linux ++ darwin;
};
}

@ -37,7 +37,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/imsnif/bandwhich";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne ma27 SuperSandro2000 ];
maintainers = with maintainers; [ Br1ght0ne SuperSandro2000 ];
platforms = platforms.unix;
};
}

Loading…
Cancel
Save