This commit is contained in:
2023-02-21 11:10:19 -05:00
parent 0be1801e44
commit 235294076e

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl }:
{ lib, stdenv, fetchurl, gzip, gnutar }:
let
version = "1.6.3";
@@ -41,7 +41,7 @@ in stdenv.mkDerivation rec {
# it fails to detect ConBee2.
homepage =
"https://github.com/rupor-github/wsl-ssh-agent";
license = licenses.free;
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ sstent ];
};