maintainers: rename adamperkowski to koi, update upstream references (#479359)
This commit is contained in:
@@ -606,17 +606,6 @@
|
||||
githubId = 50264672;
|
||||
name = "Adam Freeth";
|
||||
};
|
||||
adamperkowski = {
|
||||
name = "Adam Perkowski";
|
||||
email = "me@adamperkowski.dev";
|
||||
matrix = "@adam:matrix.system72.dev";
|
||||
github = "koibtw";
|
||||
githubId = 75480869;
|
||||
keys = [
|
||||
{ fingerprint = "00F6 1623 FB56 BC5B B709 4E63 4CE6 C117 2DF6 BE79"; }
|
||||
{ fingerprint = "5A53 0832 DA91 20B0 CA57 DDB6 7CBD B58E CF1D 3478"; }
|
||||
];
|
||||
};
|
||||
adamt = {
|
||||
email = "mail@adamtulinius.dk";
|
||||
github = "adamtulinius";
|
||||
@@ -14032,6 +14021,17 @@
|
||||
githubId = 67888720;
|
||||
name = "Kira";
|
||||
};
|
||||
koi = {
|
||||
name = "koi";
|
||||
email = "me@koi.rip";
|
||||
matrix = "@koi:system72.dev";
|
||||
github = "koibtw";
|
||||
githubId = 75480869;
|
||||
keys = [
|
||||
{ fingerprint = "00F6 1623 FB56 BC5B B709 4E63 4CE6 C117 2DF6 BE79"; }
|
||||
{ fingerprint = "5A53 0832 DA91 20B0 CA57 DDB6 7CBD B58E CF1D 3478"; }
|
||||
];
|
||||
};
|
||||
kolaente = {
|
||||
email = "k@knt.li";
|
||||
github = "kolaente";
|
||||
|
||||
@@ -10,7 +10,7 @@ let
|
||||
settingsFormat = pkgs.formats.toml { };
|
||||
in
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [ adamperkowski ];
|
||||
meta.maintainers = with lib.maintainers; [ koi ];
|
||||
|
||||
options.programs.nvrs = {
|
||||
enable = lib.mkEnableOption "nvrs";
|
||||
|
||||
@@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "GitHub CLI extension to chatter with Webhooks";
|
||||
homepage = "https://github.com/cli/gh-webhook";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ adamperkowski ];
|
||||
maintainers = with lib.maintainers; [ koi ];
|
||||
mainProgram = "gh-webhook";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -27,7 +27,7 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/Achno/gocheat";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
adamperkowski
|
||||
koi
|
||||
sebaguardian
|
||||
];
|
||||
mainProgram = "gocheat";
|
||||
|
||||
@@ -122,7 +122,7 @@ clangStdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
mainProgram = "julec";
|
||||
maintainers = with lib.maintainers; [
|
||||
adamperkowski
|
||||
koi
|
||||
sebaguardian
|
||||
];
|
||||
};
|
||||
|
||||
@@ -12,7 +12,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "adamperkowski";
|
||||
owner = "koibtw";
|
||||
repo = "kitget";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-i26nu5SkcPhqwh+/bw1rz7h8K2u+hhSsOGiLj3sF1RQ=";
|
||||
@@ -28,9 +28,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
description = "Display and customize cat images in your terminal";
|
||||
homepage = "https://codeberg.org/adamperkowski/kitget";
|
||||
homepage = "https://codeberg.org/koibtw/kitget";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ adamperkowski ];
|
||||
maintainers = with lib.maintainers; [ koi ];
|
||||
mainProgram = "kitget";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -12,7 +12,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
version = "0.1.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "adamperkowski";
|
||||
owner = "koibtw";
|
||||
repo = "nvrs";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-6ATkebFYuOOvhzSO+gClPbtaz9/Zph4m8/cqkufRYFw=";
|
||||
@@ -47,9 +47,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Fast new version checker for software releases";
|
||||
homepage = "https://nvrs.adamperkowski.dev";
|
||||
changelog = "https://github.com/adamperkowski/nvrs/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/koibtw/nvrs/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ adamperkowski ];
|
||||
maintainers = with lib.maintainers; [ koi ];
|
||||
mainProgram = "nvrs";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -24,7 +24,7 @@ buildNpmPackage (finalAttrs: {
|
||||
description = "Formatter plugin for Jinja2 template files";
|
||||
homepage = "https://github.com/davidodenwald/prettier-plugin-jinja-template";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ adamperkowski ];
|
||||
maintainers = with lib.maintainers; [ koi ];
|
||||
mainProgram = "prettier-plugin-jinja-template";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "XSnow for Wayland";
|
||||
homepage = "https://github.com/DarkVanityOfLight/ZSnoW";
|
||||
license = lib.licenses.cc-by-nc-sa-40;
|
||||
maintainers = [ lib.maintainers.adamperkowski ];
|
||||
maintainers = [ lib.maintainers.koi ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "zsnow";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user