captive-browser: runs on all platforms

This commit is contained in:
Francesco Zanini
2020-01-19 10:27:27 +01:00
committed by GitHub
parent 47b4451535
commit 2a6b2342df

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