qsv: remove uncenter from maintainers (#407638)

This commit is contained in:
Wolfgang Walther 2025-05-16 15:04:58 +00:00 committed by GitHub
commit f85f13488d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,6 @@ rustPlatform.buildRustPackage {
]; ];
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
detroyejr detroyejr
uncenter
]; ];
}; };
} }