hplip: remove arthsmn from maintainers

This commit is contained in:
arthsmn 2024-07-22 22:59:38 -03:00
parent de19b7eaff
commit 52d2734b0c
No known key found for this signature in database

View File

@ -282,6 +282,6 @@ python311Packages.buildPythonApplication {
then licenses.unfree
else with licenses; [ mit bsd2 gpl2Plus ];
platforms = [ "i686-linux" "x86_64-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
maintainers = with maintainers; [ ttuegel arthsmn ];
maintainers = with maintainers; [ ttuegel ];
};
}