1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

treewide: remove dtzWill as maintainer [no orphans]

Since theey is not active in a long span of time.

None of the packages in this commit are orphan.
This commit is contained in:
Anderson Torres 2024-07-17 12:08:08 -03:00
parent aeda87464f
commit 2ac414fa93
15 changed files with 15 additions and 15 deletions

View file

@ -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";
};
}

View file

@ -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;
};

View file

@ -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";
};

View file

@ -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";
};

View file

@ -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";
};

View file

@ -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 ];
};
}

View file

@ -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 ];
};
}

View file

@ -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;
};
}

View file

@ -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 ];
};
}

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -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" ];
};
})

View file

@ -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;
};
}

View file

@ -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 ];
};
}

View file

@ -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";
};
}