diff --git a/pkgs/npiperelay/default.nix b/pkgs/npiperelay/default.nix index 9b62fb1..1acfbc7 100644 --- a/pkgs/npiperelay/default.nix +++ b/pkgs/npiperelay/default.nix @@ -41,7 +41,7 @@ in stdenv.mkDerivation rec { # it fails to detect ConBee2. homepage = "https://github.com/rupor-github/wsl-ssh-agent"; - license = licenses.unfree; + license = licenses.free; platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ sstent ]; };