Skip to content

Commit

Permalink
Merge pull request #327972 from atorres1985-contrib/remove-dtzwill
Browse files Browse the repository at this point in the history
Treewide: Remove dtzwill
  • Loading branch information
thiagokokada committed Jul 20, 2024
2 parents 94896b1 + 6dba240 commit 6e14bbc
Show file tree
Hide file tree
Showing 65 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/audio/radiotray-ng/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ stdenv.mkDerivation rec {
description = "Internet radio player for linux";
homepage = "https://github.com/ebruck/radiotray-ng";
license = licenses.gpl3;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/heimer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mkDerivation rec {
homepage = "https://github.com/juzzlin/Heimer";
changelog = "https://github.com/juzzlin/Heimer/blob/${version}/CHANGELOG";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
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/notable/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ appimageTools.wrapType2 rec {
homepage = "https://github.com/notable/notable";
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
};
}
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ stdenv.mkDerivation {
description = "Native Google Chat support for pidgin";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildGoModule rec {
description = "Slack client for your terminal";
homepage = "https://github.com/erroneousboat/slack-term";
license = licenses.mit;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
mainProgram = "slack-term";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/office/ktimetracker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ kio knotifications kwindowsystem kxmlgui ktextwidgets
mainProgram = "ktimetracker";
license = licenses.gpl2;
homepage = "https://userbase.kde.org/KTimeTracker";
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
};
}
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/science/math/nota/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ mkDerivation rec {
description = "Most beautiful command line calculator";
homepage = "https://kary.us/nota";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ dtzWill ];
maintainers = with lib.maintainers; [ ];
mainProgram = "nota";
}
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/applications/version-management/lab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ buildGoModule rec {
description = "Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab";
homepage = "https://zaquestion.github.io/lab";
license = licenses.cc0;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
mainProgram = "lab";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/video/catt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ python.pkgs.buildPythonApplication rec {
description = "Tool to send media from online sources to Chromecast devices";
homepage = "https://github.com/skorokithakis/catt";
license = licenses.bsd2;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
mainProgram = "catt";
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/fa/fac/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ buildGoModule rec {
homepage = "https://github.com/mkchoi212/fac";
license = lib.licenses.mit;
mainProgram = "fac";
maintainers = with lib.maintainers; [ dtzWill ];
maintainers = with lib.maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/agave/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ in stdenv.mkDerivation {
description = "truetype monospaced typeface designed for X environments";
homepage = "https://b.agaric.net/page/agave";
license = licenses.mit;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}
Expand Down
2 changes: 1 addition & 1 deletion pkgs/data/fonts/ankacoder/condensed.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stdenvNoCC.mkDerivation rec {
description = "Anka/Coder Condensed font";
homepage = "https://code.google.com/archive/p/anka-coder-fonts";
license = licenses.ofl;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}
Expand Down
2 changes: 1 addition & 1 deletion pkgs/data/fonts/ankacoder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stdenvNoCC.mkDerivation rec {
description = "Anka/Coder fonts";
homepage = "https://code.google.com/archive/p/anka-coder-fonts";
license = licenses.ofl;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/cherry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "cherry font";
homepage = "https://github.com/turquoise-hexagon/cherry";
license = licenses.mit;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}
Expand Down
2 changes: 1 addition & 1 deletion pkgs/data/fonts/d2coding/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/naver/d2codingfont";
license = licenses.ofl;
platforms = platforms.all;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/hermit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation rec {
description = "monospace font designed to be clear, pragmatic and very readable";
homepage = "https://pcaro.es/p/hermit";
license = licenses.ofl;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}
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/luculent/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation rec {
description = "luculent font";
homepage = "http://www.eastfarthing.com/luculent/";
license = licenses.ofl;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/manrope/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://www.gent.media/manrope";
license = licenses.ofl;
platforms = platforms.all;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/national-park/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ stdenvNoCC.mkDerivation rec {
signs that are carved using a router bit'';
homepage = "https://nationalparktypeface.com/";
license = licenses.ofl;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/public-sans/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://public-sans.digital.gov/";
changelog = "https://github.com/uswds/public-sans/raw/v${version}/FONTLOG.txt";
license = licenses.ofl;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/redhat-official/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ stdenvNoCC.mkDerivation rec {
description = "Red Hat's Open Source Fonts - Red Hat Display and Red Hat Text";
license = licenses.ofl;
platforms = platforms.all;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/spleen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ stdenvNoCC.mkDerivation rec {
description = "Monospaced bitmap fonts";
homepage = "https://www.cambus.net/spleen-monospaced-bitmap-fonts";
license = licenses.bsd2;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/sudo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://www.kutilek.de/sudo-font/";
changelog = "https://github.com/jenskutilek/sudo-font/raw/v${version}/sudo/FONTLOG.txt";
license = licenses.ofl;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}
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/data/themes/adementary/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "Adwaita-based GTK theme with design influence from elementary OS and Vertex GTK theme";
homepage = "https://github.com/hrdwrrsk/adementary-theme";
license = licenses.gpl3;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/compilers/firrtl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
'';
homepage = "https://www.chisel-lang.org/firrtl/";
license = licenses.asl20;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
};
}
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/libcbor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "CBOR protocol implementation for C and others";
homepage = "https://github.com/PJK/libcbor";
license = licenses.mit;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
};
})
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libexecinfo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
description = "Quick-n-dirty BSD licensed clone of the GNU libc backtrace facility";
license = licenses.bsd2;
homepage = "https://www.freshports.org/devel/libexecinfo";
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
};
}
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/libraries/libykclient/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ stdenv.mkDerivation {
mainProgram = "ykclient";
homepage = "https://developers.yubico.com/yubico-c-client";
license = licenses.bsd2;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/yubico-pam/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
mainProgram = "ykpamcfg";
homepage = "https://developers.yubico.com/yubico-pam";
license = licenses.bsd2;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/mobile/webos/cmake-modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "CMake modules needed to build Open WebOS components";
license = licenses.asl20;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/mobile/webos/novacom.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Utility for communicating with WebOS devices";
license = licenses.asl20;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/mobile/webos/novacomd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
description = "Daemon for communicating with WebOS devices";
mainProgram = "novacomd";
license = licenses.asl20;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/lit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ buildPythonPackage rec {
mainProgram = "lit";
homepage = "http://llvm.org/docs/CommandGuide/lit.html";
license = lib.licenses.ncsa;
maintainers = with lib.maintainers; [ dtzWill ];
maintainers = with lib.maintainers; [ ];
};
}
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/analysis/snowman/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mkDerivation rec {

# https://github.com/yegord/snowman/blob/master/doc/licenses.asciidoc
license = licenses.gpl3Plus;
maintainers = with maintainers; [ dtzWill ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}
Loading

0 comments on commit 6e14bbc

Please sign in to comment.