Merge pull request #78019 from zaninime/patch-1

captive-browser: runs on all platforms
This commit is contained in:
Florian Klink 2020-01-19 14:18:56 +01:00 committed by GitHub
commit d1a60163ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};
}