webssh: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-23 17:44:40 +01:00
committed by GitHub
parent 702b43dfa2
commit 2ce0f5c31e
@@ -1,5 +1,5 @@
{ stdenv
, lib
{ lib
, stdenv
, buildPythonPackage
, fetchPypi
, paramiko
@@ -36,10 +36,11 @@ buildPythonPackage rec {
];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Web based SSH client";
homepage = "https://github.com/huashengdun/webssh/";
changelog = "https://github.com/huashengdun/webssh/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ davidtwco ];
broken = stdenv.isDarwin;
};
}