halloy: fix add halloy url scheme handler (#351700)

This commit is contained in:
Leona Maroni 2024-11-30 09:00:44 +01:00 committed by GitHub
commit 86911616f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,6 +75,7 @@ rustPlatform.buildRustPackage rec {
mimeTypes = [ mimeTypes = [
"x-scheme-handler/irc" "x-scheme-handler/irc"
"x-scheme-handler/ircs" "x-scheme-handler/ircs"
"x-scheme-handler/halloy"
]; ];
categories = [ categories = [
"Network" "Network"