simp_le: 20151207 -> 2016-01-09; co-maintain

CC maintainer @gebner.
This commit is contained in:
Tobias Geerinckx-Rice 2016-01-15 01:28:52 +01:00
parent dcd428db08
commit 8c5ef127f4

View File

@ -1,22 +1,22 @@
{ stdenv, fetchFromGitHub, pythonPackages }:
pythonPackages.buildPythonPackage rec {
name = "simp_le-20151207";
name = "simp_le-2016-01-09";
src = fetchFromGitHub {
owner = "kuba";
repo = "simp_le";
rev = "ac836bc0af988cb14dc0a83dc2039e7fa541b677";
sha256 = "0r07mlis81n0pmj74wjcvjpi6i3lkzs6hz8iighhk8yymn1a8rbn";
rev = "b9d95e862536d1242e1ca6d7dac5691f32f11373";
sha256 = "0l4qs0y4cbih76zrpbkn77xj17iwsm5fi83zc3p048x4hj163805";
};
propagatedBuildInputs = with pythonPackages; [ acme ];
meta = with stdenv.lib; {
homepage = https://github.com/kuba/simp_le;
inherit (src.meta) homepage;
description = "Simple Let's Encrypt client";
license = licenses.gpl3;
maintainers = with maintainers; [ gebner ];
maintainers = with maintainers; [ gebner nckx ];
platforms = platforms.all;
};
}