maintainers: pshendry -> polendri

This commit is contained in:
Paul Hendry
2021-03-29 16:51:18 +08:00
committed by Peter Hoeg
parent 04a07faa2e
commit df285339a3
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ mkDerivation {
pname = "libksane";
meta = with lib; {
license = licenses.gpl2;
maintainers = with maintainers; [ pshendry ];
maintainers = with maintainers; [ polendri ];
};
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ qtbase ki18n ktextwidgets kwallet kwidgetsaddons sane-backends ];