mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
lib.maintainers.perchun -> PerchunPak
Should be easier for people to ping me
This commit is contained in:
@@ -20221,11 +20221,12 @@
|
||||
name = "pentane";
|
||||
keys = [ { fingerprint = "4231 75F6 8360 68C8 2ACB AEDA 63F4 EC2F FE55 0874"; } ];
|
||||
};
|
||||
perchun = {
|
||||
PerchunPak = {
|
||||
name = "Perchun Pak";
|
||||
email = "nixpkgs@perchun.it";
|
||||
github = "PerchunPak";
|
||||
githubId = 68118654;
|
||||
keys = [ { fingerprint = "BBB5 1142 959D 8549 A3D2 F6C5 313F 67D1 EAB7 70F9"; } ];
|
||||
};
|
||||
peret = {
|
||||
name = "Peter Retzlaff";
|
||||
|
||||
@@ -65,6 +65,6 @@ vimUtils.buildVimPlugin {
|
||||
description = "Interactive database client for neovim";
|
||||
homepage = "https://github.com/kndndrj/nvim-dbee";
|
||||
changelog = "https://github.com/kndndrj/nvim-dbee/releases/tag/v${version}";
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -105,9 +105,9 @@ buildGoModule rec {
|
||||
changelog = "https://github.com/Aylur/ags/releases/tag/v${version}";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
PerchunPak
|
||||
foo-dogsquared
|
||||
johnrtitor
|
||||
perchun
|
||||
];
|
||||
mainProgram = "ags";
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Library for translating from DBusMenu to GMenuModel";
|
||||
homepage = "https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/tree/${finalAttrs.version}/subprojects/appmenu-glib-translator";
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -45,7 +45,7 @@ stdenvNoCC.mkDerivation {
|
||||
homepage = "https://github.com/cli-stuff/cli-tips";
|
||||
license = lib.licenses.unlicense;
|
||||
platforms = with lib.platforms; linux ++ darwin ++ windows;
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
mainProgram = "cli-tips";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -65,6 +65,6 @@ python3Packages.buildPythonApplication rec {
|
||||
homepage = "https://github.com/cruft/cruft";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "cruft";
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/github/gh-copilot";
|
||||
license = lib.licenses.unfree;
|
||||
mainProgram = "gh-copilot";
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
platforms = lib.attrNames systemToPlatform;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@ buildGoModule rec {
|
||||
description = "Generate a 3D model of your GitHub contribution history";
|
||||
homepage = "https://github.com/github/gh-skyline";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
mainProgram = "gh-skyline";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -121,7 +121,7 @@ ags.bundle {
|
||||
description = "Bar/Panel for Hyprland with extensive customizability";
|
||||
homepage = "https://github.com/Jas-SinghFSU/HyprPanel";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
mainProgram = "hyprpanel";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -92,7 +92,7 @@ rustPlatform.buildRustPackage rec {
|
||||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "rquickshare";
|
||||
maintainers = with lib.maintainers; [
|
||||
perchun
|
||||
PerchunPak
|
||||
luftmensch-luftmensch
|
||||
sarunint
|
||||
];
|
||||
|
||||
@@ -83,6 +83,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
# the libsteam_api.so supports only x86_64-linux
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "samira";
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://spacevim.org/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = [ lib.maintainers.perchun ];
|
||||
maintainers = [ lib.maintainers.PerchunPak ];
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "spacevim";
|
||||
};
|
||||
|
||||
@@ -65,7 +65,7 @@ let
|
||||
meta = {
|
||||
homepage = "https://aylur.github.io/astal/guide/libraries/${website-path}";
|
||||
license = lib.licenses.lgpl21;
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
platforms = [
|
||||
"aarch64-linux"
|
||||
"x86_64-linux"
|
||||
|
||||
@@ -24,7 +24,7 @@ originalDrv.overrideAttrs (
|
||||
`astal` namespace. This package is just a `fetchFromGitHub`, which is
|
||||
reused between all subpackages.
|
||||
'';
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
|
||||
@@ -38,6 +38,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/PerchunPak/apykuma";
|
||||
changelog = "https://github.com/PerchunPak/apykuma/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -140,6 +140,6 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/KotlinIsland/basedmypy/blob/${src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "mypy";
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -54,6 +54,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/KotlinIsland/basedtyping";
|
||||
changelog = "https://github.com/KotlinIsland/basedtyping/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,6 +29,6 @@ buildPythonPackage rec {
|
||||
description = "Like `typing._eval_type`, but lets older Python versions use newer typing features";
|
||||
homepage = "https://github.com/alexmojaki/eval_type_backport";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,6 +38,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/ivankorobkov/python-inject";
|
||||
changelog = "https://github.com/ivankorobkov/python-inject/blob/${version}/CHANGES.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -62,7 +62,7 @@ buildPythonPackage rec {
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
fab
|
||||
perchun
|
||||
PerchunPak
|
||||
];
|
||||
mainProgram = "mcstatus";
|
||||
};
|
||||
|
||||
@@ -33,10 +33,10 @@ buildPythonPackage {
|
||||
meta = {
|
||||
description = "Library for updating plugin collections in Nixpkgs";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [
|
||||
lib.maintainers.teto
|
||||
lib.maintainers.perchun
|
||||
lib.maintainers.khaneliman
|
||||
maintainers = with lib.maintainers; [
|
||||
teto
|
||||
PerchunPak
|
||||
khaneliman
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -76,6 +76,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/PerchunPak/nixpkgs-updaters-library";
|
||||
changelog = "https://github.com/PerchunPak/nixpkgs-updaters-library/blob/${src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -66,6 +66,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/PerchunPak/nonbloat-db";
|
||||
changelog = "https://github.com/PerchunPak/nonbloat-db/blob/v${version}/CHANGES.md";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [ perchun ];
|
||||
maintainers = with lib.maintainers; [ PerchunPak ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -80,7 +80,7 @@ stdenv.mkDerivation {
|
||||
license = with lib.licenses; [ mit ];
|
||||
maintainers = with lib.maintainers; [
|
||||
bbigras
|
||||
perchun
|
||||
PerchunPak
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user