Merge pull request #179219 from erikarvstedt/rename-maintainer-erikarvstedt

treewide: rename maintainer `earvstedt` -> `erikarvstedt`

authored by Lassulus and committed by GitHub f9f61cdd 448b3c4e

+19 -19
+1 -1
maintainers/maintainer-list.nix
··· 3518 3518 githubId = 424946; 3519 3519 name = "James Earl Douglas"; 3520 3520 }; 3521 - earvstedt = { 3521 + erikarvstedt = { 3522 3522 email = "erik.arvstedt@gmail.com"; 3523 3523 matrix = "@erikarvstedt:matrix.org"; 3524 3524 github = "erikarvstedt";
+1 -1
nixos/modules/services/misc/paperless.nix
··· 83 83 }; 84 84 in 85 85 { 86 - meta.maintainers = with maintainers; [ earvstedt Flakebi ]; 86 + meta.maintainers = with maintainers; [ erikarvstedt Flakebi ]; 87 87 88 88 imports = [ 89 89 (mkRenamedOptionModule [ "services" "paperless-ng" ] [ "services" "paperless" ])
+1 -1
nixos/tests/containers-custom-pkgs.nix
··· 9 9 in { 10 10 name = "containers-custom-pkgs"; 11 11 meta = { 12 - maintainers = with lib.maintainers; [ adisbladis earvstedt ]; 12 + maintainers = with lib.maintainers; [ adisbladis erikarvstedt ]; 13 13 }; 14 14 15 15 nodes.machine = { config, ... }: {
+1 -1
nixos/tests/paperless.nix
··· 1 1 import ./make-test-python.nix ({ lib, ... }: { 2 2 name = "paperless"; 3 - meta.maintainers = with lib.maintainers; [ earvstedt Flakebi ]; 3 + meta.maintainers = with lib.maintainers; [ erikarvstedt Flakebi ]; 4 4 5 5 nodes.machine = { pkgs, ... }: { 6 6 environment.systemPackages = with pkgs; [ imagemagick jq ];
+1 -1
pkgs/applications/blockchains/btcpayserver/default.nix
··· 26 26 meta = with lib; { 27 27 description = "Self-hosted, open-source cryptocurrency payment processor"; 28 28 homepage = "https://btcpayserver.org"; 29 - maintainers = with maintainers; [ kcalvinalvin earvstedt ]; 29 + maintainers = with maintainers; [ kcalvinalvin erikarvstedt ]; 30 30 license = licenses.mit; 31 31 platforms = platforms.linux; 32 32 };
+1 -1
pkgs/applications/blockchains/nbxplorer/default.nix
··· 22 22 23 23 meta = with lib; { 24 24 description = "Minimalist UTXO tracker for HD Cryptocurrency Wallets"; 25 - maintainers = with maintainers; [ kcalvinalvin earvstedt ]; 25 + maintainers = with maintainers; [ kcalvinalvin erikarvstedt ]; 26 26 license = licenses.mit; 27 27 platforms = platforms.linux; 28 28 };
+1 -1
pkgs/applications/graphics/tesseract/tesseract3.nix
··· 34 34 description = "OCR engine"; 35 35 homepage = "https://github.com/tesseract-ocr/tesseract"; 36 36 license = lib.licenses.asl20; 37 - maintainers = with lib.maintainers; [ viric earvstedt ]; 37 + maintainers = with lib.maintainers; [ viric erikarvstedt ]; 38 38 platforms = with lib.platforms; linux ++ darwin; 39 39 }; 40 40 }
+1 -1
pkgs/applications/graphics/tesseract/tesseract4.nix
··· 45 45 description = "OCR engine"; 46 46 homepage = "https://github.com/tesseract-ocr/tesseract"; 47 47 license = lib.licenses.asl20; 48 - maintainers = with lib.maintainers; [ viric earvstedt ]; 48 + maintainers = with lib.maintainers; [ viric erikarvstedt ]; 49 49 platforms = with lib.platforms; linux ++ darwin; 50 50 }; 51 51 }
+1 -1
pkgs/applications/office/paperless-ngx/default.nix
··· 196 196 description = "A supercharged version of paperless: scan, index, and archive all of your physical documents"; 197 197 homepage = "https://paperless-ngx.readthedocs.io/en/latest/"; 198 198 license = licenses.gpl3Only; 199 - maintainers = with maintainers; [ lukegb gador earvstedt ]; 199 + maintainers = with maintainers; [ lukegb gador erikarvstedt ]; 200 200 }; 201 201 }
+1 -1
pkgs/development/python-modules/djangoql/default.nix
··· 23 23 description = "Advanced search language for Django"; 24 24 homepage = "https://github.com/ivelum/djangoql"; 25 25 license = licenses.mit; 26 - maintainers = with maintainers; [ earvstedt ]; 26 + maintainers = with maintainers; [ erikarvstedt ]; 27 27 }; 28 28 }
+1 -1
pkgs/development/python-modules/filemagic/default.nix
··· 25 25 description = "File type identification using libmagic"; 26 26 homepage = "https://github.com/aliles/filemagic"; 27 27 license = licenses.asl20; 28 - maintainers = with maintainers; [ earvstedt ]; 28 + maintainers = with maintainers; [ erikarvstedt ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/python-modules/fuzzywuzzy/default.nix
··· 16 16 description = "Fuzzy string matching for Python"; 17 17 homepage = "https://github.com/seatgeek/fuzzywuzzy"; 18 18 license = licenses.gpl2; 19 - maintainers = with maintainers; [ earvstedt ]; 19 + maintainers = with maintainers; [ erikarvstedt ]; 20 20 }; 21 21 }
+1 -1
pkgs/development/python-modules/inotify-simple/default.nix
··· 19 19 description = "A simple Python wrapper around inotify"; 20 20 homepage = "https://github.com/chrisjbillington/inotify_simple"; 21 21 license = licenses.bsd2; 22 - maintainers = with maintainers; [ earvstedt ]; 22 + maintainers = with maintainers; [ erikarvstedt ]; 23 23 }; 24 24 }
+1 -1
pkgs/development/python-modules/langdetect/default.nix
··· 28 28 description = "Python port of Google's language-detection library"; 29 29 homepage = "https://github.com/Mimino666/langdetect"; 30 30 license = licenses.asl20; 31 - maintainers = with maintainers; [ earvstedt ]; 31 + maintainers = with maintainers; [ erikarvstedt ]; 32 32 }; 33 33 }
+1 -1
pkgs/development/python-modules/pdftotext/default.nix
··· 15 15 description = "Simple PDF text extraction"; 16 16 homepage = "https://github.com/jalan/pdftotext"; 17 17 license = licenses.mit; 18 - maintainers = with maintainers; [ earvstedt ]; 18 + maintainers = with maintainers; [ erikarvstedt ]; 19 19 }; 20 20 }
+1 -1
pkgs/development/python-modules/pytest-env/default.nix
··· 15 15 description = "Pytest plugin used to set environment variables"; 16 16 homepage = "https://github.com/MobileDynasty/pytest-env"; 17 17 license = licenses.mit; 18 - maintainers = with maintainers; [ earvstedt ]; 18 + maintainers = with maintainers; [ erikarvstedt ]; 19 19 }; 20 20 }
+1 -1
pkgs/development/python-modules/python-dotenv/default.nix
··· 38 38 description = "Add .env support to your django/flask apps in development and deployments"; 39 39 homepage = "https://github.com/theskumar/python-dotenv"; 40 40 license = licenses.bsdOriginal; 41 - maintainers = with maintainers; [ earvstedt ]; 41 + maintainers = with maintainers; [ erikarvstedt ]; 42 42 }; 43 43 }
+1 -1
pkgs/tools/backup/rsbep/default.nix
··· 41 41 description = "Create resilient backups with Reed-Solomon error correction and byte-spreading"; 42 42 homepage = "https://www.thanassis.space/rsbep.html"; 43 43 license = licenses.gpl3Plus; 44 - maintainers = [ maintainers.earvstedt ]; 44 + maintainers = [ maintainers.erikarvstedt ]; 45 45 }; 46 46 }
+1 -1
pkgs/tools/virtualization/extra-container/default.nix
··· 33 33 homepage = "https://github.com/erikarvstedt/extra-container"; 34 34 license = licenses.mit; 35 35 platforms = platforms.linux; 36 - maintainers = [ maintainers.earvstedt ]; 36 + maintainers = [ maintainers.erikarvstedt ]; 37 37 }; 38 38 }