mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
sync
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchurl }:
|
{ lib, stdenv, fetchurl, gzip, gnutar }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.6.3";
|
version = "1.6.3";
|
||||||
@@ -41,7 +41,7 @@ in stdenv.mkDerivation rec {
|
|||||||
# it fails to detect ConBee2.
|
# it fails to detect ConBee2.
|
||||||
homepage =
|
homepage =
|
||||||
"https://github.com/rupor-github/wsl-ssh-agent";
|
"https://github.com/rupor-github/wsl-ssh-agent";
|
||||||
license = licenses.free;
|
license = licenses.unfree;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ sstent ];
|
maintainers = with maintainers; [ sstent ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user