lol

Merge pull request #153904 from dsalaza4/master

timedoctor: update maintainer

authored by

legendofmiracles and committed by
GitHub
f9206753 b4ee6e0b

+7 -1
+6
maintainers/maintainer-list.nix
··· 3188 3188 githubId = 24791219; 3189 3189 name = "Jakob Neufeld"; 3190 3190 }; 3191 + dsalaza4 = { 3192 + email = "podany270895@gmail.com"; 3193 + github = "dsalaza4"; 3194 + githubId = 11205987; 3195 + name = "Daniel Salazar"; 3196 + }; 3191 3197 dschrempf = { 3192 3198 name = "Dominik Schrempf"; 3193 3199 email = "dominik.schrempf@gmail.com";
+1 -1
pkgs/applications/office/timedoctor/default.nix
··· 117 117 description = "Employee time tracking software"; 118 118 homepage = "https://www.timedoctor.com"; 119 119 license = licenses.unfree; 120 - maintainers = with maintainers; [ kamadorueda ]; 120 + maintainers = with maintainers; [ dsalaza4 ]; 121 121 platforms = [ "x86_64-linux" ]; 122 122 # gpgme for i686-linux failed to build. 123 123 broken = true;