Skip to content

Commit

Permalink
treewide: remove dtzWill as maintainer [no orphans]
Browse files Browse the repository at this point in the history
Since theey is not active in a long span of time.

None of the packages in this commit are orphan.
  • Loading branch information
AndersonTorres committed Jul 17, 2024
1 parent aeda874 commit 2ac414f
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/minder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/phase1geo/Minder";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ dtzWill ] ++ teams.pantheon.members;
maintainers = with maintainers; [ ] ++ teams.pantheon.members;
mainProgram = "com.github.phase1geo.minder";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/vit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ buildPythonApplication rec {
homepage = "https://github.com/scottkosty/vit";
description = "Visual Interactive Taskwarrior";
mainProgram = "vit";
maintainers = with maintainers; [ dtzWill arcnmx ];
maintainers = with maintainers; [ arcnmx ];
platforms = platforms.all;
license = licenses.mit;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.gnome.org/GNOME/fractal";
changelog = "https://gitlab.gnome.org/World/fractal/-/releases/${version}";
license = licenses.gpl3Plus;
maintainers = teams.gnome.members ++ (with maintainers; [ anselmschueler dtzWill ]);
maintainers = teams.gnome.members ++ (with maintainers; [ anselmschueler ]);
platforms = platforms.linux;
mainProgram = "fractal";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/office/mendeley/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ in appimageTools.wrapType2 {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ dtzWill atila ];
maintainers = with maintainers; [ atila ];
mainProgram = "mendeley-reference-manager";
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/office/planify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
description = "Task manager with Todoist support designed for GNU/Linux";
homepage = "https://github.com/alainm23/planify";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ dtzWill ] ++ teams.pantheon.members;
maintainers = with maintainers; [ ] ++ teams.pantheon.members;
platforms = platforms.linux;
mainProgram = "io.github.alainm23.planify";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/system/qjournalctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/pentix/qjournalctl";
license = licenses.gpl3Only;
platforms = platforms.all;
maintainers = with maintainers; [ dtzWill srgom romildo ];
maintainers = with maintainers; [ srgom romildo ];
};
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/inter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ stdenvNoCC.mkDerivation rec {
description = "Typeface specially designed for user interfaces";
license = licenses.ofl;
platforms = platforms.all;
maintainers = with maintainers; [ demize dtzWill ];
maintainers = with maintainers; [ demize ];
};
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/victor-mono/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation rec {
description = "Free programming font with cursive italics and ligatures";
homepage = "https://rubjo.github.io/victor-mono";
license = licenses.ofl;
maintainers = with maintainers; [ jpotier dtzWill ];
maintainers = with maintainers; [ jpotier ];
platforms = platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/data/icons/bibata-cursors/translucent.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/Silicasandwhich/Bibata_Cursor_Translucent";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ dtzWill AdsonCicilioti ];
maintainers = with maintainers; [ AdsonCicilioti ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/editline/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
homepage = "https://troglobit.com/projects/editline/";
description = "Readline() replacement for UNIX without termcap (ncurses)";
license = licenses.bsdOriginal;
maintainers = with maintainers; [ dtzWill oxalica ];
maintainers = with maintainers; [ oxalica ];
platforms = platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libfido2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/Yubico/libfido2";
license = licenses.bsd2;
maintainers = with maintainers; [ dtzWill prusnak ];
maintainers = with maintainers; [ prusnak ];
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/tools/analysis/retdec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ stdenv.mkDerivation (self: {
description = "Retargetable machine-code decompiler based on LLVM";
homepage = "https://retdec.com";
license = licenses.mit;
maintainers = with maintainers; [ dtzWill katrinafyi ];
maintainers = with maintainers; [ katrinafyi ];
platforms = [ "x86_64-linux" ];
};
})
2 changes: 1 addition & 1 deletion pkgs/development/tools/wllvm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/travitch/whole-program-llvm";
description = "Wrapper script to build whole-program LLVM bitcode files";
license = licenses.mit;
maintainers = with maintainers; [ mic92 dtzWill ];
maintainers = with maintainers; [ mic92 ];
platforms = platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/fnotifystat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/ColinIanKing/fnotifystat";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ womfoo dtzWill ];
maintainers = with maintainers; [ womfoo ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/system/proot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
description = "User-space implementation of chroot, mount --bind and binfmt_misc";
platforms = platforms.linux;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ianwookim makefu veprbl dtzWill ];
maintainers = with maintainers; [ ianwookim makefu veprbl ];
mainProgram = "proot";
};
}

0 comments on commit 2ac414f

Please sign in to comment.