Remove Profpatsch from most teams & maintainer fields (#505770)

This commit is contained in:
Philip Taron
2026-04-01 21:43:24 +00:00
committed by GitHub
20 changed files with 20 additions and 30 deletions
+7 -10
View File
@@ -26,10 +26,10 @@
# Libraries
/lib @infinisil @hsjobeki
/lib/generators.nix @infinisil @hsjobeki @Profpatsch
/lib/cli.nix @infinisil @hsjobeki @Profpatsch
/lib/debug.nix @infinisil @hsjobeki @Profpatsch
/lib/asserts.nix @infinisil @hsjobeki @Profpatsch
/lib/generators.nix @infinisil @hsjobeki
/lib/cli.nix @infinisil @hsjobeki
/lib/debug.nix @infinisil @hsjobeki
/lib/asserts.nix @infinisil @hsjobeki
/lib/path/* @infinisil @hsjobeki
/lib/fileset @infinisil @hsjobeki
/maintainers/github-teams.json @infinisil
@@ -75,7 +75,7 @@
/pkgs/pkgs-lib @Stunkymonkey @h7x4
# Nixpkgs build-support
/pkgs/build-support/writers @lassulus @Profpatsch
/pkgs/build-support/writers @lassulus
# Nixpkgs make-disk-image
/doc/build-helpers/images/makediskimage.section.md @raitobezarius
@@ -335,8 +335,8 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
/pkgs/build-support/dlang @jtbx @TomaSajt
# Dhall
/pkgs/development/dhall-modules @Gabriella439 @Profpatsch
/pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch
/pkgs/development/dhall-modules @Gabriella439
/pkgs/development/interpreters/dhall @Gabriella439
# Agda
/pkgs/build-support/agda @NixOS/agda
@@ -349,9 +349,6 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
/pkgs/development/idris-modules @Infinisil
/pkgs/development/compilers/idris2 @mattpolzin
# Bazel
/pkgs/by-name/ba/bazel_7 @Profpatsch
# NixOS modules for e-mail and dns services
/nixos/modules/services/mail/mailman.nix @peti
/nixos/modules/services/mail/postfix.nix @peti
-1
View File
@@ -41,7 +41,6 @@
"description": "Maintenance of https://bazel.build/ and related packages",
"id": 5468470,
"maintainers": {
"Profpatsch": 3153638
},
"members": {
"aherrmann": 732652,
@@ -40,7 +40,7 @@ stdenv.mkDerivation {
description = "Mini Web server that let others upload files to your computer";
homepage = "http://stackp.online.fr/droopy";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.Profpatsch ];
maintainers = [ ];
mainProgram = "droopy";
};
+1 -1
View File
@@ -39,6 +39,6 @@ stdenv.mkDerivation {
homepage = "https://beej.us/guide/bgnet/";
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ Profpatsch ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -96,6 +96,6 @@ stdenv.mkDerivation {
description = "Set of utilities for working with file descriptors";
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.Profpatsch ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Extract the initial/default boot image from a CD image if existent";
homepage = "https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/";
maintainers = [ lib.maintainers.Profpatsch ];
maintainers = [ ];
license = lib.licenses.gpl2Only;
mainProgram = "geteltorito";
};
-1
View File
@@ -33,7 +33,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/pobrn/mktorrent/wiki";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
Profpatsch
winter
];
platforms = lib.platforms.all;
+1 -1
View File
@@ -38,7 +38,7 @@ buildLua {
meta = {
description = "Convert parts of a video while you are watching it in mpv";
homepage = "https://gist.github.com/Zehkul/25ea7ae77b30af959be0";
maintainers = [ lib.maintainers.Profpatsch ];
maintainers = [ ];
longDescription = ''
When this script is loaded into mpv, you can hit Alt+W to mark the beginning
and Alt+W again to mark the end of the clip. Then a settings window opens.
+1 -1
View File
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "http://mustache.github.io/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ Profpatsch ];
maintainers = [ ];
platforms = lib.platforms.all;
};
})
+1 -1
View File
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://sourceforge.net/projects/nettee";
description = ''Network "tee" program'';
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ Profpatsch ];
maintainers = [ ];
platforms = lib.platforms.linux;
mainProgram = "nettee";
};
+1 -1
View File
@@ -81,7 +81,7 @@ stdenv.mkDerivation {
'';
homepage = "https://messymatters.com/tagtime/";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.Profpatsch ];
maintainers = [ ];
mainProgram = "tagtimed";
};
}
-1
View File
@@ -82,7 +82,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
diogotcorreia
Profpatsch
];
platforms = lib.platforms.linux;
};
+1 -1
View File
@@ -27,7 +27,7 @@ buildGoModule (finalAttrs: {
description = "Convert YAML <=> TOML <=> JSON <=> HCL";
license = lib.licenses.asl20;
mainProgram = "yj";
maintainers = with lib.maintainers; [ Profpatsch ];
maintainers = [ ];
homepage = "https://github.com/sclevine/yj";
};
})
@@ -382,8 +382,6 @@ package-maintainers:
- cornelis
poscat:
- hinit
Profpatsch:
- gitit
psibi:
- path-pieces
- persistent
-1
View File
@@ -274745,7 +274745,6 @@ self: {
description = "Wiki using happstack, git or darcs, and pandoc";
license = "GPL";
maintainers = [
lib.maintainers.Profpatsch
lib.maintainers.sternenseemann
];
}
@@ -67,7 +67,7 @@ stdenv.mkDerivation {
meta = {
homepage = "https://cr.yp.to/cdb.html";
license = lib.licenses.publicDomain;
maintainers = [ lib.maintainers.Profpatsch ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}
+1 -1
View File
@@ -91,7 +91,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/katef/kgt";
license = lib.licenses.bsd2;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ Profpatsch ];
maintainers = [ ];
};
}
@@ -231,7 +231,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
'';
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
Profpatsch
uncenter
amaanq
];
@@ -60,6 +60,6 @@ stdenv.mkDerivation {
description = "Ultrastar karaoke song creation tool";
homepage = "https://github.com/UltraStar-Deluxe/UltraStar-Creator";
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ Profpatsch ];
maintainers = [ ];
};
}
@@ -151,6 +151,6 @@ stdenv.mkDerivation {
mainProgram = "UltraStar-Manager";
homepage = "https://github.com/UltraStar-Deluxe/UltraStar-Manager";
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ Profpatsch ];
maintainers = [ ];
};
}