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";
|
description = "Dedicated Chrome instance to log into captive portals without messing with DNS settings";
|
||||||
homepage = https://blog.filippo.io/captive-browser;
|
homepage = https://blog.filippo.io/captive-browser;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ volth ];
|
maintainers = with maintainers; [ volth ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue