diff --git a/pkgs/applications/video/jellyfin-desktop/default.nix b/pkgs/applications/video/jellyfin-desktop/default.nix index 2e3cbdbec819..8c69b74ca47a 100644 --- a/pkgs/applications/video/jellyfin-desktop/default.nix +++ b/pkgs/applications/video/jellyfin-desktop/default.nix @@ -93,7 +93,6 @@ stdenv.mkDerivation rec { ]; maintainers = with lib.maintainers; [ jojosch - kranzes paumr ]; mainProgram = "jellyfin-desktop"; diff --git a/pkgs/by-name/ag/age-plugin-tpm/package.nix b/pkgs/by-name/ag/age-plugin-tpm/package.nix index 052bb5f6bf7a..d479fe2e3e93 100644 --- a/pkgs/by-name/ag/age-plugin-tpm/package.nix +++ b/pkgs/by-name/ag/age-plugin-tpm/package.nix @@ -50,7 +50,6 @@ buildGoModule rec { license = lib.licenses.mit; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ - kranzes sgo ]; }; diff --git a/pkgs/by-name/ca/cargo-wizard/package.nix b/pkgs/by-name/ca/cargo-wizard/package.nix index 04deb0a47bac..3d5d5ae0bbb8 100644 --- a/pkgs/by-name/ca/cargo-wizard/package.nix +++ b/pkgs/by-name/ca/cargo-wizard/package.nix @@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/kobzol/cargo-wizard"; changelog = "https://github.com/kobzol/cargo-wizard/blob/${src.rev}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; mainProgram = "cargo-wizard"; }; } diff --git a/pkgs/by-name/cr/crate2nix/package.nix b/pkgs/by-name/cr/crate2nix/package.nix index 3b5dc41b22c1..347bf5eb39b5 100644 --- a/pkgs/by-name/cr/crate2nix/package.nix +++ b/pkgs/by-name/cr/crate2nix/package.nix @@ -62,7 +62,6 @@ rustPlatform.buildRustPackage rec { maintainers = with lib.maintainers; [ kolloch cole-h - kranzes ]; }; } diff --git a/pkgs/by-name/ed/edwood/package.nix b/pkgs/by-name/ed/edwood/package.nix index f742ab2742e2..69e3b2742f64 100644 --- a/pkgs/by-name/ed/edwood/package.nix +++ b/pkgs/by-name/ed/edwood/package.nix @@ -46,7 +46,7 @@ buildGoModule rec { mit bsd3 ]; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; mainProgram = "edwood"; }; } diff --git a/pkgs/by-name/gr/grafana-to-ntfy/package.nix b/pkgs/by-name/gr/grafana-to-ntfy/package.nix index fa364ca6d01c..ebeb5534d5b0 100644 --- a/pkgs/by-name/gr/grafana-to-ntfy/package.nix +++ b/pkgs/by-name/gr/grafana-to-ntfy/package.nix @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage { homepage = "https://github.com/kittyandrew/grafana-to-ntfy"; license = lib.licenses.agpl3Only; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; mainProgram = "grafana-to-ntfy"; }; } diff --git a/pkgs/by-name/ko/komorebi/package.nix b/pkgs/by-name/ko/komorebi/package.nix index f2f9ed9a14fc..9bc58263357d 100644 --- a/pkgs/by-name/ko/komorebi/package.nix +++ b/pkgs/by-name/ko/komorebi/package.nix @@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Beautiful and customizable wallpaper manager for Linux"; homepage = "https://github.com/Komorebi-Fork/komorebi"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/li/libdovi/package.nix b/pkgs/by-name/li/libdovi/package.nix index ce9f4f123bb8..b1994d4d18dd 100644 --- a/pkgs/by-name/li/libdovi/package.nix +++ b/pkgs/by-name/li/libdovi/package.nix @@ -47,6 +47,6 @@ rustPlatform.buildRustPackage rec { description = "C library for Dolby Vision metadata parsing and writing"; homepage = "https://crates.io/crates/dolby_vision"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/li/libfreeaptx/package.nix b/pkgs/by-name/li/libfreeaptx/package.nix index 95496d43c7c2..a0c7f549c9bd 100644 --- a/pkgs/by-name/li/libfreeaptx/package.nix +++ b/pkgs/by-name/li/libfreeaptx/package.nix @@ -48,6 +48,6 @@ stdenv.mkDerivation rec { license = lib.licenses.lgpl21Plus; homepage = "https://github.com/iamthehorker/libfreeaptx"; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ma/mattermost/package.nix b/pkgs/by-name/ma/mattermost/package.nix index cfdc80dd38b0..5382a883c3c1 100644 --- a/pkgs/by-name/ma/mattermost/package.nix +++ b/pkgs/by-name/ma/mattermost/package.nix @@ -262,7 +262,6 @@ buildMattermost rec { maintainers = with lib.maintainers; [ ryantm numinit - kranzes mgdelacroix ]; platforms = lib.platforms.linux; diff --git a/pkgs/by-name/mp/mpd-discord-rpc/package.nix b/pkgs/by-name/mp/mpd-discord-rpc/package.nix index 9793b6f44dd4..dade0e9059a7 100644 --- a/pkgs/by-name/mp/mpd-discord-rpc/package.nix +++ b/pkgs/by-name/mp/mpd-discord-rpc/package.nix @@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/JakeStanger/mpd-discord-rpc/"; changelog = "https://github.com/JakeStanger/mpd-discord-rpc/blob/${src.rev}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; mainProgram = "mpd-discord-rpc"; }; } diff --git a/pkgs/by-name/ne/nextcloud-client/package.nix b/pkgs/by-name/ne/nextcloud-client/package.nix index 90370188deb9..158e7a1bf286 100644 --- a/pkgs/by-name/ne/nextcloud-client/package.nix +++ b/pkgs/by-name/ne/nextcloud-client/package.nix @@ -100,7 +100,6 @@ stdenv.mkDerivation rec { homepage = "https://nextcloud.com"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ - kranzes SuperSandro2000 ]; platforms = lib.platforms.linux; diff --git a/pkgs/by-name/pa/pam_rssh/package.nix b/pkgs/by-name/pa/pam_rssh/package.nix index 7924cf482594..984fa6242870 100644 --- a/pkgs/by-name/pa/pam_rssh/package.nix +++ b/pkgs/by-name/pa/pam_rssh/package.nix @@ -74,7 +74,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.mit; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ - kranzes xyenon ]; }; diff --git a/pkgs/by-name/ri/ristate/package.nix b/pkgs/by-name/ri/ristate/package.nix index c7ca287a581c..ad948e4a787c 100644 --- a/pkgs/by-name/ri/ristate/package.nix +++ b/pkgs/by-name/ri/ristate/package.nix @@ -24,7 +24,7 @@ rustPlatform.buildRustPackage { description = "River-status client written in Rust"; homepage = "https://gitlab.com/snakedye/ristate"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; mainProgram = "ristate"; }; } diff --git a/pkgs/by-name/ru/rush-parallel/package.nix b/pkgs/by-name/ru/rush-parallel/package.nix index 945b6a6f1a31..aed32b53470a 100644 --- a/pkgs/by-name/ru/rush-parallel/package.nix +++ b/pkgs/by-name/ru/rush-parallel/package.nix @@ -27,7 +27,7 @@ buildGoModule rec { homepage = "https://github.com/shenwei356/rush"; changelog = "https://github.com/shenwei356/rush/blob/${src.rev}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; mainProgram = "rush-parallel"; }; } diff --git a/pkgs/by-name/sz/szyszka/package.nix b/pkgs/by-name/sz/szyszka/package.nix index b3318743902b..022a81b0c39e 100644 --- a/pkgs/by-name/sz/szyszka/package.nix +++ b/pkgs/by-name/sz/szyszka/package.nix @@ -55,7 +55,7 @@ rustPlatform.buildRustPackage rec { description = "Simple but powerful and fast bulk file renamer"; homepage = "https://github.com/qarmin/szyszka"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; mainProgram = "szyszka"; }; } diff --git a/pkgs/by-name/vi/vial/package.nix b/pkgs/by-name/vi/vial/package.nix index a1e6c450d136..c33272e0c828 100644 --- a/pkgs/by-name/vi/vial/package.nix +++ b/pkgs/by-name/vi/vial/package.nix @@ -30,7 +30,7 @@ appimageTools.wrapType2 { homepage = "https://get.vial.today"; license = lib.licenses.gpl2Plus; mainProgram = "Vial"; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; platforms = [ "x86_64-linux" ]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; }; diff --git a/pkgs/development/libraries/pipewire/default.nix b/pkgs/development/libraries/pipewire/default.nix index 8aa898b1615c..d9b0ef5e7d90 100644 --- a/pkgs/development/libraries/pipewire/default.nix +++ b/pkgs/development/libraries/pipewire/default.nix @@ -269,7 +269,6 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.mit; platforms = lib.platforms.linux ++ lib.platforms.freebsd; maintainers = with lib.maintainers; [ - kranzes k900 ]; pkgConfigModules = [ diff --git a/pkgs/development/python-modules/aiohttp-sse-client/default.nix b/pkgs/development/python-modules/aiohttp-sse-client/default.nix index 9692f7bfc2ca..cb07e73ca491 100644 --- a/pkgs/development/python-modules/aiohttp-sse-client/default.nix +++ b/pkgs/development/python-modules/aiohttp-sse-client/default.nix @@ -45,6 +45,6 @@ buildPythonPackage rec { description = "Server-Sent Event python client base on aiohttp"; homepage = "https://pypi.org/project/aiohttp-sse-client/"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/calysto-scheme/default.nix b/pkgs/development/python-modules/calysto-scheme/default.nix index 4e3b16f50fa2..a514a15ea0d3 100644 --- a/pkgs/development/python-modules/calysto-scheme/default.nix +++ b/pkgs/development/python-modules/calysto-scheme/default.nix @@ -33,6 +33,6 @@ buildPythonPackage rec { homepage = "https://github.com/Calysto/calysto_scheme"; changelog = "https://github.com/Calysto/calysto_scheme/blob/${src.rev}/ChangeLog.md"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/calysto/default.nix b/pkgs/development/python-modules/calysto/default.nix index 8016ecb7798f..a9e62370f4c3 100644 --- a/pkgs/development/python-modules/calysto/default.nix +++ b/pkgs/development/python-modules/calysto/default.nix @@ -38,6 +38,6 @@ buildPythonPackage rec { description = "Tools for Jupyter and Python"; homepage = "https://github.com/Calysto/calysto"; license = lib.licenses.bsd2; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/cryptolyzer/default.nix b/pkgs/development/python-modules/cryptolyzer/default.nix index 9dc28a265f9b..8531c4d74931 100644 --- a/pkgs/development/python-modules/cryptolyzer/default.nix +++ b/pkgs/development/python-modules/cryptolyzer/default.nix @@ -72,7 +72,7 @@ buildPythonPackage rec { changelog = "https://gitlab.com/coroner/cryptolyzer/-/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mpl20; mainProgram = "cryptolyze"; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; teams = with lib.teams; [ ngi ]; }; } diff --git a/pkgs/development/python-modules/cryptoparser/default.nix b/pkgs/development/python-modules/cryptoparser/default.nix index 093c13ed6986..7cd535eea98f 100644 --- a/pkgs/development/python-modules/cryptoparser/default.nix +++ b/pkgs/development/python-modules/cryptoparser/default.nix @@ -62,7 +62,7 @@ buildPythonPackage rec { homepage = "https://gitlab.com/coroner/cryptoparser"; changelog = "https://gitlab.com/coroner/cryptoparser/-/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.mpl20; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; teams = with lib.teams; [ ngi ]; }; } diff --git a/pkgs/development/python-modules/githubkit/default.nix b/pkgs/development/python-modules/githubkit/default.nix index f8f85d4ba07d..155b981f3f6a 100644 --- a/pkgs/development/python-modules/githubkit/default.nix +++ b/pkgs/development/python-modules/githubkit/default.nix @@ -84,6 +84,6 @@ buildPythonPackage rec { homepage = "https://github.com/yanyongyu/githubkit"; changelog = "https://github.com/yanyongyu/githubkit/releases/tag/${src.tag}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/glad2/default.nix b/pkgs/development/python-modules/glad2/default.nix index 1a038314f6d2..e5f2997ba18e 100644 --- a/pkgs/development/python-modules/glad2/default.nix +++ b/pkgs/development/python-modules/glad2/default.nix @@ -30,6 +30,6 @@ buildPythonPackage rec { mainProgram = "glad"; homepage = "https://github.com/Dav1dde/glad"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/hid-parser/default.nix b/pkgs/development/python-modules/hid-parser/default.nix index dae57d0ac5d1..4ac5ade3d0bb 100644 --- a/pkgs/development/python-modules/hid-parser/default.nix +++ b/pkgs/development/python-modules/hid-parser/default.nix @@ -32,6 +32,6 @@ buildPythonPackage rec { description = "Typed pure Python library to parse HID report descriptors"; homepage = "https://github.com/usb-tools/python-hid-parser"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/image-go-nord/default.nix b/pkgs/development/python-modules/image-go-nord/default.nix index 7d8d6dc402fa..f37969317106 100644 --- a/pkgs/development/python-modules/image-go-nord/default.nix +++ b/pkgs/development/python-modules/image-go-nord/default.nix @@ -44,6 +44,6 @@ buildPythonPackage rec { homepage = "https://github.com/Schrodinger-Hat/ImageGoNord-pip"; changelog = "https://github.com/Schroedinger-Hat/ImageGoNord-pip/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/moddb/default.nix b/pkgs/development/python-modules/moddb/default.nix index a53342277b83..d2792616c6b1 100644 --- a/pkgs/development/python-modules/moddb/default.nix +++ b/pkgs/development/python-modules/moddb/default.nix @@ -37,6 +37,6 @@ buildPythonPackage rec { description = "Python scrapper to access ModDB mods, games and more as objects"; homepage = "https://github.com/ClementJ18/moddb"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/oauth2-client/default.nix b/pkgs/development/python-modules/oauth2-client/default.nix index dc258aba198a..14874fd873cb 100644 --- a/pkgs/development/python-modules/oauth2-client/default.nix +++ b/pkgs/development/python-modules/oauth2-client/default.nix @@ -34,6 +34,6 @@ buildPythonPackage rec { description = "Client library for OAuth2"; homepage = "https://pypi.org/project/oauth2-client/"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/pyrate-limiter/default.nix b/pkgs/development/python-modules/pyrate-limiter/default.nix index fe0c175048fd..d14866abba03 100644 --- a/pkgs/development/python-modules/pyrate-limiter/default.nix +++ b/pkgs/development/python-modules/pyrate-limiter/default.nix @@ -82,6 +82,6 @@ buildPythonPackage rec { homepage = "https://github.com/vutran1710/PyrateLimiter"; changelog = "https://github.com/vutran1710/PyrateLimiter/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/yasi/default.nix b/pkgs/development/python-modules/yasi/default.nix index 80076d43bbb7..0676f058b4bf 100644 --- a/pkgs/development/python-modules/yasi/default.nix +++ b/pkgs/development/python-modules/yasi/default.nix @@ -38,6 +38,6 @@ buildPythonPackage rec { homepage = "https://github.com/nkmathew/yasi-sexp-indenter"; changelog = "https://github.com/nkmathew/yasi-sexp-indenter/blob/${src.rev}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; }; } diff --git a/pkgs/tools/misc/sshx/default.nix b/pkgs/tools/misc/sshx/default.nix index 1aeb743ba6af..d4f9d81751df 100644 --- a/pkgs/tools/misc/sshx/default.nix +++ b/pkgs/tools/misc/sshx/default.nix @@ -43,7 +43,6 @@ let license = lib.licenses.mit; maintainers = with lib.maintainers; [ pinpox - kranzes ]; mainProgram = pname; };