tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
redir: expand platforms to all
Ben Siraphob
4 years ago
73e2aad6
0b0df15e
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
redir
default.nix
+1
-1
pkgs/tools/networking/redir/default.nix
···
18
18
homepage = "https://github.com/troglobit/redir";
19
19
license = lib.licenses.gpl2;
20
20
maintainers = with lib.maintainers; [ ];
21
21
-
platforms = lib.platforms.linux;
21
21
+
platforms = lib.platforms.unix;
22
22
};
23
23
}