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