diff options
| author | Fuwn <[email protected]> | 2024-09-14 04:42:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-14 04:42:19 -0700 |
| commit | e57ca4059a3b89f08f4c550e18ad4c8d424287ab (patch) | |
| tree | fb3f2dd260e441374788bf03e552a2aaa4f77166 /pkgs/bindtointerface.nix | |
| parent | lib: refactor build-rust-package (diff) | |
| download | nixos-config-e57ca4059a3b89f08f4c550e18ad4c8d424287ab.tar.xz nixos-config-e57ca4059a3b89f08f4c550e18ad4c8d424287ab.zip | |
home: t
Diffstat (limited to 'pkgs/bindtointerface.nix')
| -rw-r--r-- | pkgs/bindtointerface.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/bindtointerface.nix b/pkgs/bindtointerface.nix index cab10b3..3372d5d 100644 --- a/pkgs/bindtointerface.nix +++ b/pkgs/bindtointerface.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation { description = "With this program you can bind applications to a specific network interface / network adapter."; homepage = "https://github.com/JsBergbau/BindToInterface"; license = licenses.gpl2; - maintainers = with lib.maintainers; [ Fuwn ]; + maintainers = [ maintainers.Fuwn ]; platforms = platforms.linux; }; } |