simp_le: fix meta.homepage

This commit is contained in:
Robin Gloster 2017-02-20 16:06:17 +01:00
parent 69a0e9ea11
commit 183eeb3c0f
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -22,7 +22,7 @@ pythonPackages.buildPythonApplication rec {
propagatedBuildInputs = with pythonPackages; [ acme setuptools_scm ];
meta = with stdenv.lib; {
inherit (src.meta) homepage;
homepage = "https://github.com/zenhack/simp_le";
description = "Simple Let's Encrypt client";
license = licenses.gpl3;
maintainers = with maintainers; [ gebner nckx ];