mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
halloy: fix add halloy url scheme handler (#351700)
This commit is contained in:
commit
86911616f7
@ -75,6 +75,7 @@ rustPlatform.buildRustPackage rec {
|
||||
mimeTypes = [
|
||||
"x-scheme-handler/irc"
|
||||
"x-scheme-handler/ircs"
|
||||
"x-scheme-handler/halloy"
|
||||
];
|
||||
categories = [
|
||||
"Network"
|
||||
|
Loading…
Reference in New Issue
Block a user