treewide: drop copumpkin from maintainers

Their last commit is from March 28th 2019, about 6 years ago.

This PR is in no way intended to diminish Daniels's accomplishments, and they're welcome to just say so if they'd prefer this PR not to be merged. Also, even if it's merged, of course they're always welcome to return to activity and be added back. The intent of this PR is to give more realistic expectations around the maintainership of these packages, and to invite others to step up for maintainership if they rely on those packages.

If this is merged, they should probably also be removed from the list
of committers for the time being.
This commit is contained in:
phaer 2025-03-23 12:39:57 +01:00
parent 2b128dae5b
commit b349e80087
29 changed files with 21 additions and 39 deletions

View file

@ -4869,12 +4869,6 @@
githubId = 32609395; githubId = 32609395;
name = "B YI"; name = "B YI";
}; };
copumpkin = {
email = "pumpkingod@gmail.com";
github = "copumpkin";
githubId = 2623;
name = "Dan Peebles";
};
corbanr = { corbanr = {
email = "corban@raunco.co"; email = "corban@raunco.co";
github = "CorbanR"; github = "CorbanR";

View file

@ -447,8 +447,7 @@ let
mkdir -p $root mkdir -p $root
# Copy arbitrary other files into the image # Copy arbitrary other files into the image
# Semi-shamelessly copied from make-etc.sh. I (@copumpkin) shall factor this stuff out as part of # Semi-shamelessly copied from make-etc.sh.
# https://github.com/NixOS/nixpkgs/issues/23052.
set -f set -f
sources_=(${lib.concatStringsSep " " sources}) sources_=(${lib.concatStringsSep " " sources})
targets_=(${lib.concatStringsSep " " targets}) targets_=(${lib.concatStringsSep " " targets})

View file

@ -80,7 +80,6 @@ buildGoModule rec {
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ maintainers = with maintainers; [
ebzzry ebzzry
copumpkin
vdemeester vdemeester
atkinschang atkinschang
Chili-Man Chili-Man

View file

@ -116,7 +116,6 @@ stdenv.mkDerivation {
platforms = platforms.linux; # Darwin probably works too but I haven't tested it platforms = platforms.linux; # Darwin probably works too but I haven't tested it
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ maintainers = with maintainers; [
copumpkin
raitobezarius raitobezarius
]; ];
}; };

View file

@ -176,7 +176,6 @@ buildGoModule rec {
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ maintainers = with maintainers; [
copumpkin
manveru manveru
anthonyroussel anthonyroussel
arianvp arianvp

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "https://commons.apache.org/proper/commons-bcel/"; homepage = "https://commons.apache.org/proper/commons-bcel/";
description = "Gives users a convenient way to analyze, create, and manipulate (binary) Java class files"; description = "Gives users a convenient way to analyze, create, and manipulate (binary) Java class files";
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
maintainers = with lib.maintainers; [ copumpkin ]; maintainers = [ ];
license = lib.licenses.asl20; license = lib.licenses.asl20;
platforms = with lib.platforms; unix; platforms = with lib.platforms; unix;
}; };

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "https://commons.apache.org/proper/commons-compress"; 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"; description = "Allows manipulation of ar, cpio, Unix dump, tar, zip, gzip, XZ, Pack200, bzip2, 7z, arj, lzma, snappy, DEFLATE and Z files";
maintainers = with lib.maintainers; [ copumpkin ]; maintainers = [ ];
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20; license = lib.licenses.asl20;
platforms = with lib.platforms; unix; platforms = with lib.platforms; unix;

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "https://commons.apache.org/proper/commons-fileupload"; 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"; description = "Makes it easy to add robust, high-performance, file upload capability to your servlets and web applications";
maintainers = with lib.maintainers; [ copumpkin ]; maintainers = [ ];
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20; license = lib.licenses.asl20;
platforms = with lib.platforms; unix; platforms = with lib.platforms; unix;

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "https://commons.apache.org/proper/commons-io"; homepage = "https://commons.apache.org/proper/commons-io";
description = "Library of utilities to assist with developing IO functionality"; description = "Library of utilities to assist with developing IO functionality";
maintainers = with lib.maintainers; [ copumpkin ]; maintainers = [ ];
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20; license = lib.licenses.asl20;
platforms = with lib.platforms; unix; platforms = with lib.platforms; unix;

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Provides additional methods to manipulate standard Java library classes"; description = "Provides additional methods to manipulate standard Java library classes";
homepage = "https://commons.apache.org/proper/commons-lang"; homepage = "https://commons.apache.org/proper/commons-lang";
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ copumpkin ]; maintainers = [ ];
platforms = with lib.platforms; unix; platforms = with lib.platforms; unix;
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
}; };

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "https://commons.apache.org/proper/commons-math/"; homepage = "https://commons.apache.org/proper/commons-math/";
description = "Library of lightweight, self-contained mathematics and statistics components"; description = "Library of lightweight, self-contained mathematics and statistics components";
maintainers = with lib.maintainers; [ copumpkin ]; maintainers = [ ];
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20; license = lib.licenses.asl20;
platforms = with lib.platforms; unix; platforms = with lib.platforms; unix;

View file

@ -65,6 +65,6 @@ stdenv.mkDerivation rec {
homepage = "https://rpm-software-management.github.io/createrepo_c/"; homepage = "https://rpm-software-management.github.io/createrepo_c/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ copumpkin ]; maintainers = [ ];
}; };
} }

View file

@ -25,7 +25,7 @@ buildGoModule rec {
changelog = "https://github.com/aws/amazon-ecs-agent/raw/v${version}/CHANGELOG.md"; changelog = "https://github.com/aws/amazon-ecs-agent/raw/v${version}/CHANGELOG.md";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ copumpkin ]; maintainers = [ ];
mainProgram = "agent"; mainProgram = "agent";
}; };
} }

View file

@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
description = "Purely-functional configuration language that helps you define JSON data"; description = "Purely-functional configuration language that helps you define JSON data";
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
benley benley
copumpkin
]; ];
license = lib.licenses.asl20; license = lib.licenses.asl20;
homepage = "https://github.com/google/jsonnet"; homepage = "https://github.com/google/jsonnet";

View file

@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/openSUSE/libsolv"; homepage = "https://github.com/openSUSE/libsolv";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ copumpkin ]; maintainers = [ ];
}; };
} }

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation {
description = "Really small HTTP server"; description = "Really small HTTP server";
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ copumpkin ]; maintainers = [ ];
mainProgram = "micro_httpd"; mainProgram = "micro_httpd";
}; };
} }

View file

@ -161,6 +161,6 @@ in stdenv.mkDerivation rec {
homepage = "https://ostreedev.github.io/ostree/"; homepage = "https://ostreedev.github.io/ostree/";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ copumpkin ]; maintainers = [ ];
}; };
} }

View file

@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Only; license = licenses.gpl2Only;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ maintainers = with maintainers; [
copumpkin
joachifm joachifm
]; ];
}; };

View file

@ -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"; 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/"; homepage = "https://coreos.github.io/rpm-ostree/";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
maintainers = with maintainers; [ copumpkin ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "rpm-ostree"; mainProgram = "rpm-ostree";
}; };

View file

@ -97,7 +97,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ maintainers = with maintainers; [
thoughtpolice thoughtpolice
copumpkin
wchresta wchresta
markusscherer markusscherer
]; ];

View file

@ -183,9 +183,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/apple-oss-distributions/xar"; homepage = "https://github.com/apple-oss-distributions/xar";
description = "An easily extensible archive format"; description = "An easily extensible archive format";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = maintainers = lib.teams.darwin.members ++ lib.attrValues { inherit (lib.maintainers) tie; };
lib.teams.darwin.members
++ lib.attrValues { inherit (lib.maintainers) copumpkin tie; };
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
mainProgram = "xar"; mainProgram = "xar";
}; };

View file

@ -26,6 +26,6 @@ buildPythonPackage rec {
homepage = "https://github.com/verigak/colors/"; homepage = "https://github.com/verigak/colors/";
description = "ANSI colors for Python"; description = "ANSI colors for Python";
license = licenses.isc; license = licenses.isc;
maintainers = with maintainers; [ copumpkin ]; maintainers = [ ];
}; };
} }

View file

@ -40,7 +40,6 @@ buildPythonPackage rec {
changelog = "https://github.com/jnwatson/py-lmdb/blob/py-lmdb_${version}/ChangeLog"; changelog = "https://github.com/jnwatson/py-lmdb/blob/py-lmdb_${version}/ChangeLog";
license = lib.licenses.openldap; license = lib.licenses.openldap;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
copumpkin
ivan ivan
]; ];
}; };

View file

@ -42,6 +42,6 @@ buildPythonPackage rec {
homepage = "https://github.com/cpburnz/python-path-specification"; homepage = "https://github.com/cpburnz/python-path-specification";
changelog = "https://github.com/cpburnz/python-pathspec/blob/v${version}/CHANGES.rst"; changelog = "https://github.com/cpburnz/python-pathspec/blob/v${version}/CHANGES.rst";
license = lib.licenses.mpl20; license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ copumpkin ]; maintainers = [ ];
}; };
} }

View file

@ -64,8 +64,6 @@ buildPythonPackage rec {
homepage = "https://github.com/pantsbuild/pex"; homepage = "https://github.com/pantsbuild/pex";
changelog = "https://github.com/pantsbuild/pex/releases/tag/v${version}"; changelog = "https://github.com/pantsbuild/pex/releases/tag/v${version}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ maintainers = [ ];
copumpkin
];
}; };
} }

View file

@ -41,6 +41,6 @@ buildPythonPackage rec {
homepage = "https://github.com/vsajip/python-gnupg"; homepage = "https://github.com/vsajip/python-gnupg";
changelog = "https://github.com/vsajip/python-gnupg/releases/tag/${version}"; changelog = "https://github.com/vsajip/python-gnupg/releases/tag/${version}";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ copumpkin ]; maintainers = [ ];
}; };
} }

View file

@ -292,6 +292,6 @@ stdenv.mkDerivation (finalAttrs: {
}; };
meta = { meta = {
maintainers = [ lib.maintainers.copumpkin ]; maintainers = [ ];
}; };
}) })

View file

@ -72,6 +72,6 @@ stdenv.mkDerivation rec {
homepage = "https://rpm-software-management.github.io/librepo/"; homepage = "https://rpm-software-management.github.io/librepo/";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ copumpkin ]; maintainers = [ ];
}; };
} }

View file

@ -143,7 +143,7 @@ stdenv.mkDerivation rec {
lgpl21Plus lgpl21Plus
]; ];
description = "RPM Package Manager"; description = "RPM Package Manager";
maintainers = with maintainers; [ copumpkin ]; maintainers = [ ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }