simp_le: fix meta.homepage
This commit is contained in:
parent
69a0e9ea11
commit
183eeb3c0f
@ -22,7 +22,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
propagatedBuildInputs = with pythonPackages; [ acme setuptools_scm ];
|
propagatedBuildInputs = with pythonPackages; [ acme setuptools_scm ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit (src.meta) homepage;
|
homepage = "https://github.com/zenhack/simp_le";
|
||||||
description = "Simple Let's Encrypt client";
|
description = "Simple Let's Encrypt client";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ gebner nckx ];
|
maintainers = with maintainers; [ gebner nckx ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user