From 2058481edc25f4f9f18bc443107049b46f96bf8d Mon Sep 17 00:00:00 2001 From: kilyanni Date: Tue, 24 Feb 2026 01:27:15 +0100 Subject: [PATCH] maintainers: blenderfreaky -> kilyanni --- maintainers/maintainer-list.nix | 12 ++++++------ pkgs/by-name/em/emhash/package.nix | 2 +- pkgs/by-name/iv/ivpn-service/package.nix | 2 +- pkgs/by-name/iv/ivpn-ui/package.nix | 2 +- pkgs/by-name/iv/ivpn/package.nix | 2 +- pkgs/by-name/ko/kopia-ui/package.nix | 2 +- pkgs/by-name/ko/kopia/package.nix | 2 +- pkgs/by-name/un/unified-memory-framework/package.nix | 2 +- .../python-modules/color-matcher/default.nix | 2 +- .../custom-components/lednetwf_ble/package.nix | 2 +- .../sleep_as_android_mqtt/package.nix | 2 +- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 889aa2bfdf80..97e68fa9c412 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -3582,12 +3582,6 @@ githubId = 124877155; name = "Benjamin Lemouzy"; }; - blenderfreaky = { - name = "blenderfreaky"; - email = "nix@blenderfreaky.de"; - github = "blenderfreaky"; - githubId = 14351657; - }; blghnks = { email = "bilgehankuch@gmail.com"; name = "Bilgehan Kuş"; @@ -13921,6 +13915,12 @@ githubId = 20063; name = "Pascal Hertleif"; }; + kilyanni = { + name = "Nikolas Kilian"; + email = "nix@nkilian.org"; + github = "kilyanni"; + githubId = 14351657; + }; kim0 = { email = "email.ahmedkamal@googlemail.com"; github = "kim0"; diff --git a/pkgs/by-name/em/emhash/package.nix b/pkgs/by-name/em/emhash/package.nix index 72f7d26dbade..4d5e93928276 100644 --- a/pkgs/by-name/em/emhash/package.nix +++ b/pkgs/by-name/em/emhash/package.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/ktprime/emhash/releases/tag/v${finalAttrs.version}"; description = "Fast and memory efficient c++ flat hash map/set"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ blenderfreaky ]; + maintainers = with lib.maintainers; [ kilyanni ]; platforms = lib.platforms.all; }; }) diff --git a/pkgs/by-name/iv/ivpn-service/package.nix b/pkgs/by-name/iv/ivpn-service/package.nix index 2f675d3cfc88..ea75f4e1ccb9 100644 --- a/pkgs/by-name/iv/ivpn-service/package.nix +++ b/pkgs/by-name/iv/ivpn-service/package.nix @@ -98,7 +98,7 @@ buildGoModule (finalAttrs: { changelog = "https://github.com/ivpn/desktop-app/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ - blenderfreaky + kilyanni ]; mainProgram = "ivpn-service"; }; diff --git a/pkgs/by-name/iv/ivpn-ui/package.nix b/pkgs/by-name/iv/ivpn-ui/package.nix index 8c5a79d4b851..f887a76c4e02 100644 --- a/pkgs/by-name/iv/ivpn-ui/package.nix +++ b/pkgs/by-name/iv/ivpn-ui/package.nix @@ -84,7 +84,7 @@ buildNpmPackage (finalAttrs: { downloadPage = "https://github.com/ivpn/desktop-app"; changelog = "https://github.com/ivpn/desktop-app/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ blenderfreaky ]; + maintainers = with lib.maintainers; [ kilyanni ]; platforms = [ "x86_64-linux" ]; }; }) diff --git a/pkgs/by-name/iv/ivpn/package.nix b/pkgs/by-name/iv/ivpn/package.nix index c52b364f619e..45ec69e21304 100644 --- a/pkgs/by-name/iv/ivpn/package.nix +++ b/pkgs/by-name/iv/ivpn/package.nix @@ -42,7 +42,7 @@ buildGoModule (finalAttrs: { changelog = "https://github.com/ivpn/desktop-app/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ - blenderfreaky + kilyanni ]; mainProgram = "ivpn"; }; diff --git a/pkgs/by-name/ko/kopia-ui/package.nix b/pkgs/by-name/ko/kopia-ui/package.nix index 1b386889c79a..c788d2d0c922 100644 --- a/pkgs/by-name/ko/kopia-ui/package.nix +++ b/pkgs/by-name/ko/kopia-ui/package.nix @@ -88,7 +88,7 @@ buildNpmPackage { downloadPage = "https://github.com/kopia/kopia"; changelog = "https://github.com/kopia/kopia/releases/tag/v${version}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ blenderfreaky ]; + maintainers = with lib.maintainers; [ kilyanni ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/by-name/ko/kopia/package.nix b/pkgs/by-name/ko/kopia/package.nix index 1c3dda8a1b2c..1c544f7127d2 100644 --- a/pkgs/by-name/ko/kopia/package.nix +++ b/pkgs/by-name/ko/kopia/package.nix @@ -60,7 +60,7 @@ buildGoModule (finalAttrs: { license = lib.licenses.asl20; maintainers = with lib.maintainers; [ bbigras - blenderfreaky + kilyanni nadir-ishiguro ]; }; diff --git a/pkgs/by-name/un/unified-memory-framework/package.nix b/pkgs/by-name/un/unified-memory-framework/package.nix index d384de438bd7..648c5ea22d55 100644 --- a/pkgs/by-name/un/unified-memory-framework/package.nix +++ b/pkgs/by-name/un/unified-memory-framework/package.nix @@ -150,6 +150,6 @@ stdenv.mkDerivation (finalAttrs: { lib.licenses.asl20 lib.licenses.llvm-exception ]; - maintainers = [ lib.maintainers.blenderfreaky ]; + maintainers = [ lib.maintainers.kilyanni ]; }; }) diff --git a/pkgs/development/python-modules/color-matcher/default.nix b/pkgs/development/python-modules/color-matcher/default.nix index 330c3adba7a7..00e7574903f5 100644 --- a/pkgs/development/python-modules/color-matcher/default.nix +++ b/pkgs/development/python-modules/color-matcher/default.nix @@ -44,7 +44,7 @@ buildPythonPackage { description = "Package enabling color transfer across images"; homepage = "https://github.com/hahnec/color-matcher"; license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ blenderfreaky ]; + maintainers = with lib.maintainers; [ kilyanni ]; # requires py2app which is not packaged for darwin broken = stdenv.hostPlatform.isDarwin; }; diff --git a/pkgs/servers/home-assistant/custom-components/lednetwf_ble/package.nix b/pkgs/servers/home-assistant/custom-components/lednetwf_ble/package.nix index 1a28b2f0ce19..3113547ebb65 100644 --- a/pkgs/servers/home-assistant/custom-components/lednetwf_ble/package.nix +++ b/pkgs/servers/home-assistant/custom-components/lednetwf_ble/package.nix @@ -38,6 +38,6 @@ buildHomeAssistantComponent { homepage = "https://github.com/8none1/lednetwf_ble"; changelog = "https://github.com/8none1/lednetwf_ble/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ blenderfreaky ]; + maintainers = with lib.maintainers; [ kilyanni ]; }; } diff --git a/pkgs/servers/home-assistant/custom-components/sleep_as_android_mqtt/package.nix b/pkgs/servers/home-assistant/custom-components/sleep_as_android_mqtt/package.nix index f461f86da1ee..8471bdfdb1cc 100644 --- a/pkgs/servers/home-assistant/custom-components/sleep_as_android_mqtt/package.nix +++ b/pkgs/servers/home-assistant/custom-components/sleep_as_android_mqtt/package.nix @@ -66,6 +66,6 @@ buildHomeAssistantComponent { homepage = "https://github.com/IATkachenko/HA-SleepAsAndroid"; changelog = "https://github.com/IATkachenko/HA-SleepAsAndroid/releases/tag/v${version}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ blenderfreaky ]; + maintainers = with lib.maintainers; [ kilyanni ]; }; }