Merge pull request #329307 from arthsmn/hplip-remove-maintainer

hplip: remove arthsmn from maintainers
This commit is contained in:
Aleksana 2024-07-26 11:41:20 +08:00 committed by GitHub
commit 38171c5009
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];
};
}