maintainers: blenderfreaky -> kilyanni
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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" ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -60,7 +60,7 @@ buildGoModule (finalAttrs: {
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
bbigras
|
||||
blenderfreaky
|
||||
kilyanni
|
||||
nadir-ishiguro
|
||||
];
|
||||
};
|
||||
|
||||
@@ -150,6 +150,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
lib.licenses.asl20
|
||||
lib.licenses.llvm-exception
|
||||
];
|
||||
maintainers = [ lib.maintainers.blenderfreaky ];
|
||||
maintainers = [ lib.maintainers.kilyanni ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user