mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 15:41:40 +00:00
Merge pull request #78019 from zaninime/patch-1
captive-browser: runs on all platforms
This commit is contained in:
commit
d1a60163ac
|
@ -16,7 +16,7 @@ buildGoPackage rec {
|
|||
description = "Dedicated Chrome instance to log into captive portals without messing with DNS settings";
|
||||
homepage = https://blog.filippo.io/captive-browser;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ volth ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue