Merge pull request #153904 from dsalaza4/master

timedoctor: update maintainer

Changed files
+7 -1
maintainers
pkgs
applications
office
timedoctor
+6
maintainers/maintainer-list.nix
···
githubId = 24791219;
name = "Jakob Neufeld";
};
+
dsalaza4 = {
+
email = "podany270895@gmail.com";
+
github = "dsalaza4";
+
githubId = 11205987;
+
name = "Daniel Salazar";
+
};
dschrempf = {
name = "Dominik Schrempf";
email = "dominik.schrempf@gmail.com";
+1 -1
pkgs/applications/office/timedoctor/default.nix
···
description = "Employee time tracking software";
homepage = "https://www.timedoctor.com";
license = licenses.unfree;
-
maintainers = with maintainers; [ kamadorueda ];
+
maintainers = with maintainers; [ dsalaza4 ];
platforms = [ "x86_64-linux" ];
# gpgme for i686-linux failed to build.
broken = true;