maintainers: pshendry -> polendri

authored by

Paul Hendry and committed by
Peter Hoeg
df285339 04a07faa

+8 -8
+6 -6
maintainers/maintainer-list.nix
··· 7625 7625 fingerprint = "2CD2 B030 BD22 32EF DF5A 008A 3618 20A4 5DB4 1E9A"; 7626 7626 }]; 7627 7627 }; 7628 + polendri = { 7629 + email = "paul@ijj.li"; 7630 + github = "polendri"; 7631 + githubId = 1829032; 7632 + name = "Paul Hendry"; 7633 + }; 7628 7634 polyrod = { 7629 7635 email = "dc1mdp@gmail.com"; 7630 7636 github = "polyrod"; ··· 7732 7738 github = "psanford"; 7733 7739 githubId = 33375; 7734 7740 name = "Peter Sanford"; 7735 - }; 7736 - pshendry = { 7737 - email = "paul@pshendry.com"; 7738 - github = "pshendry"; 7739 - githubId = 1829032; 7740 - name = "Paul Hendry"; 7741 7741 }; 7742 7742 psibi = { 7743 7743 email = "sibi@psibi.in";
+1 -1
pkgs/applications/kde/libksane.nix
··· 9 9 pname = "libksane"; 10 10 meta = with lib; { 11 11 license = licenses.gpl2; 12 - maintainers = with maintainers; [ pshendry ]; 12 + maintainers = with maintainers; [ polendri ]; 13 13 }; 14 14 nativeBuildInputs = [ extra-cmake-modules ]; 15 15 buildInputs = [ qtbase ki18n ktextwidgets kwallet kwidgetsaddons sane-backends ];
+1 -1
pkgs/applications/office/skanlite/default.nix
··· 24 24 description = "KDE simple image scanning application"; 25 25 homepage = "https://apps.kde.org/skanlite"; 26 26 license = licenses.gpl2Plus; 27 - maintainers = with maintainers; [ pshendry ]; 27 + maintainers = with maintainers; [ polendri ]; 28 28 platforms = platforms.linux; 29 29 }; 30 30 }