We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73caa97 + f848ce5 commit d1e408cCopy full SHA for d1e408c
pkgs/by-name/pa/pacparser/package.nix
@@ -27,12 +27,12 @@ stdenv.mkDerivation rec {
27
28
hardeningDisable = [ "format" ];
29
30
- meta = with lib; {
+ meta = {
31
description = "Library to parse proxy auto-config (PAC) files";
32
homepage = "https://pacparser.manugarg.com/";
33
- license = licenses.lgpl3;
34
- platforms = platforms.linux;
35
- maintainers = with maintainers; [ abbradar ];
+ license = lib.licenses.lgpl3;
+ platforms = lib.platforms.all;
+ maintainers = with lib.maintainers; [ abbradar ];
36
mainProgram = "pactester";
37
};
38
}
0 commit comments