gcalcli: init at 3.4.0 (#22725)

This commit is contained in:
Tom Doggett
2017-02-14 23:25:42 +01:00
committed by Franz Pletz
parent 544ac40ab3
commit c2a21d4d7b
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, pkgs, lib, python, pythonPackages }:
{ fetchFromGitHub, lib, pythonPackages }:
pythonPackages.buildPythonApplication rec {
version = "3.4.0";
@@ -26,5 +26,6 @@ pythonPackages.buildPythonApplication rec {
homepage = https://github.com/insanum/gcalcli;
description = "CLI for Google Calendar";
license = licenses.mit;
maintainers = [ maintainers.nocoolnametom ];
};
}