Commit a69122c3 authored by Mario Rodas's avatar Mario Rodas
Browse files

iredis: update meta

parent 180cf46b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,8 +60,8 @@ python3.pkgs.buildPythonApplication rec {

  meta = with lib; {
    description = "A Terminal Client for Redis with AutoCompletion and Syntax Highlighting";
    changelog = "https://github.com/laixintao/iredis/raw/${src.rev}/CHANGELOG.md";
    homepage = "https://iredis.io/";
    changelog = "https://github.com/laixintao/iredis/blob/${src.rev}/CHANGELOG.md";
    homepage = "https://iredis.xbin.io/";
    license = licenses.bsd3;
    maintainers = with maintainers; [ marsam ];
    mainProgram = "iredis";