Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "treewide: drop copumpkin from maintainers" #392440

Merged
merged 3 commits into from
Mar 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
@@ -4869,6 +4869,12 @@
githubId = 32609395;
name = "B YI";
};
copumpkin = {
email = "pumpkingod@gmail.com";
github = "copumpkin";
githubId = 2623;
name = "Dan Peebles";
};
corbanr = {
email = "corban@raunco.co";
github = "CorbanR";
1 change: 1 addition & 0 deletions pkgs/applications/networking/cluster/minikube/default.nix
Original file line number Diff line number Diff line change
@@ -80,6 +80,7 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [
ebzzry
copumpkin
vdemeester
atkinschang
Chili-Man
1 change: 1 addition & 0 deletions pkgs/applications/virtualization/lkl/default.nix
Original file line number Diff line number Diff line change
@@ -116,6 +116,7 @@ stdenv.mkDerivation {
platforms = platforms.linux; # Darwin probably works too but I haven't tested it
license = licenses.gpl2;
maintainers = with maintainers; [
copumpkin
raitobezarius
];
};
1 change: 1 addition & 0 deletions pkgs/by-name/am/amazon-ssm-agent/package.nix
Original file line number Diff line number Diff line change
@@ -176,6 +176,7 @@ buildGoModule rec {
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [
copumpkin
manveru
anthonyroussel
arianvp
2 changes: 1 addition & 1 deletion pkgs/by-name/co/commonsBcel/package.nix
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "https://commons.apache.org/proper/commons-bcel/";
description = "Gives users a convenient way to analyze, create, and manipulate (binary) Java class files";
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
maintainers = [ ];
maintainers = with lib.maintainers; [ copumpkin ];
license = lib.licenses.asl20;
platforms = with lib.platforms; unix;
};
2 changes: 1 addition & 1 deletion pkgs/by-name/co/commonsCompress/package.nix
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://commons.apache.org/proper/commons-compress";
description = "Allows manipulation of ar, cpio, Unix dump, tar, zip, gzip, XZ, Pack200, bzip2, 7z, arj, lzma, snappy, DEFLATE and Z files";
maintainers = [ ];
maintainers = with lib.maintainers; [ copumpkin ];
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;
platforms = with lib.platforms; unix;
2 changes: 1 addition & 1 deletion pkgs/by-name/co/commonsFileUpload/package.nix
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://commons.apache.org/proper/commons-fileupload";
description = "Makes it easy to add robust, high-performance, file upload capability to your servlets and web applications";
maintainers = [ ];
maintainers = with lib.maintainers; [ copumpkin ];
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;
platforms = with lib.platforms; unix;
2 changes: 1 addition & 1 deletion pkgs/by-name/co/commonsIo/package.nix
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://commons.apache.org/proper/commons-io";
description = "Library of utilities to assist with developing IO functionality";
maintainers = [ ];
maintainers = with lib.maintainers; [ copumpkin ];
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;
platforms = with lib.platforms; unix;
2 changes: 1 addition & 1 deletion pkgs/by-name/co/commonsLang/package.nix
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Provides additional methods to manipulate standard Java library classes";
homepage = "https://commons.apache.org/proper/commons-lang";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = with lib.maintainers; [ copumpkin ];
platforms = with lib.platforms; unix;
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
};
2 changes: 1 addition & 1 deletion pkgs/by-name/co/commonsMath/package.nix
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://commons.apache.org/proper/commons-math/";
description = "Library of lightweight, self-contained mathematics and statistics components";
maintainers = [ ];
maintainers = with lib.maintainers; [ copumpkin ];
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;
platforms = with lib.platforms; unix;
2 changes: 1 addition & 1 deletion pkgs/by-name/cr/createrepo_c/package.nix
Original file line number Diff line number Diff line change
@@ -65,6 +65,6 @@ stdenv.mkDerivation rec {
homepage = "https://rpm-software-management.github.io/createrepo_c/";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = [ ];
maintainers = with maintainers; [ copumpkin ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/ec/ecs-agent/package.nix
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ buildGoModule rec {
changelog = "https://github.com/aws/amazon-ecs-agent/raw/v${version}/CHANGELOG.md";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = [ ];
maintainers = with maintainers; [ copumpkin ];
mainProgram = "agent";
};
}
1 change: 1 addition & 0 deletions pkgs/by-name/js/jsonnet/package.nix
Original file line number Diff line number Diff line change
@@ -59,6 +59,7 @@ stdenv.mkDerivation rec {
description = "Purely-functional configuration language that helps you define JSON data";
maintainers = with lib.maintainers; [
benley
copumpkin
];
license = lib.licenses.asl20;
homepage = "https://github.com/google/jsonnet";
2 changes: 1 addition & 1 deletion pkgs/by-name/li/libsolv/package.nix
Original file line number Diff line number Diff line change
@@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/openSUSE/libsolv";
license = licenses.bsd3;
platforms = platforms.linux ++ platforms.darwin;
maintainers = [ ];
maintainers = with maintainers; [ copumpkin ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/mi/micro-httpd/package.nix
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
description = "Really small HTTP server";
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = [ ];
maintainers = with maintainers; [ copumpkin ];
mainProgram = "micro_httpd";
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/os/ostree/package.nix
Original file line number Diff line number Diff line change
@@ -161,6 +161,6 @@ in stdenv.mkDerivation rec {
homepage = "https://ostreedev.github.io/ostree/";
license = licenses.lgpl2Plus;
platforms = platforms.linux;
maintainers = [ ];
maintainers = with maintainers; [ copumpkin ];
};
}
1 change: 1 addition & 0 deletions pkgs/by-name/pa/paxtest/package.nix
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [
copumpkin
joachifm
];
};
2 changes: 1 addition & 1 deletion pkgs/by-name/rp/rpm-ostree/package.nix
Original file line number Diff line number Diff line change
@@ -125,7 +125,7 @@ stdenv.mkDerivation rec {
description = "Hybrid image/package system. It uses OSTree as an image format, and uses RPM as a component model";
homepage = "https://coreos.github.io/rpm-ostree/";
license = licenses.lgpl2Plus;
maintainers = [ ];
maintainers = with maintainers; [ copumpkin ];
platforms = platforms.linux;
mainProgram = "rpm-ostree";
};
1 change: 1 addition & 0 deletions pkgs/by-name/so/souffle/package.nix
Original file line number Diff line number Diff line change
@@ -97,6 +97,7 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [
thoughtpolice
copumpkin
wchresta
markusscherer
];
4 changes: 3 additions & 1 deletion pkgs/by-name/xa/xar/package.nix
Original file line number Diff line number Diff line change
@@ -183,7 +183,9 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/apple-oss-distributions/xar";
description = "An easily extensible archive format";
license = lib.licenses.bsd3;
maintainers = lib.teams.darwin.members ++ lib.attrValues { inherit (lib.maintainers) tie; };
maintainers =
lib.teams.darwin.members
++ lib.attrValues { inherit (lib.maintainers) copumpkin tie; };
platforms = lib.platforms.unix;
mainProgram = "xar";
};
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/ansicolors/default.nix
Original file line number Diff line number Diff line change
@@ -26,6 +26,6 @@ buildPythonPackage rec {
homepage = "https://github.com/verigak/colors/";
description = "ANSI colors for Python";
license = licenses.isc;
maintainers = [ ];
maintainers = with maintainers; [ copumpkin ];
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/lmdb/default.nix
Original file line number Diff line number Diff line change
@@ -40,6 +40,7 @@ buildPythonPackage rec {
changelog = "https://github.com/jnwatson/py-lmdb/blob/py-lmdb_${version}/ChangeLog";
license = lib.licenses.openldap;
maintainers = with lib.maintainers; [
copumpkin
ivan
];
};
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pathspec/default.nix
Original file line number Diff line number Diff line change
@@ -42,6 +42,6 @@ buildPythonPackage rec {
homepage = "https://github.com/cpburnz/python-path-specification";
changelog = "https://github.com/cpburnz/python-pathspec/blob/v${version}/CHANGES.rst";
license = lib.licenses.mpl20;
maintainers = [ ];
maintainers = with lib.maintainers; [ copumpkin ];
};
}
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/pex/default.nix
Original file line number Diff line number Diff line change
@@ -64,6 +64,8 @@ buildPythonPackage rec {
homepage = "https://github.com/pantsbuild/pex";
changelog = "https://github.com/pantsbuild/pex/releases/tag/v${version}";
license = licenses.asl20;
maintainers = [ ];
maintainers = with maintainers; [
copumpkin
];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/python-gnupg/default.nix
Original file line number Diff line number Diff line change
@@ -41,6 +41,6 @@ buildPythonPackage rec {
homepage = "https://github.com/vsajip/python-gnupg";
changelog = "https://github.com/vsajip/python-gnupg/releases/tag/${version}";
license = licenses.bsd3;
maintainers = [ ];
maintainers = with maintainers; [ copumpkin ];
};
}
2 changes: 1 addition & 1 deletion pkgs/stdenv/darwin/stdenv-bootstrap-tools.nix
Original file line number Diff line number Diff line change
@@ -292,6 +292,6 @@ stdenv.mkDerivation (finalAttrs: {
};

meta = {
maintainers = lib.teams.darwin.members;
maintainers = [ lib.maintainers.copumpkin ];
};
})
2 changes: 1 addition & 1 deletion pkgs/tools/package-management/librepo/default.nix
Original file line number Diff line number Diff line change
@@ -72,6 +72,6 @@ stdenv.mkDerivation rec {
homepage = "https://rpm-software-management.github.io/librepo/";
license = licenses.lgpl2Plus;
platforms = platforms.linux;
maintainers = [ ];
maintainers = with maintainers; [ copumpkin ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/package-management/rpm/default.nix
Original file line number Diff line number Diff line change
@@ -143,7 +143,7 @@ stdenv.mkDerivation rec {
lgpl21Plus
];
description = "RPM Package Manager";
maintainers = [ ];
maintainers = with maintainers; [ copumpkin ];
platforms = platforms.linux ++ platforms.darwin;
};
}