Skip to content

Commit

Permalink
simp_le: fix meta.homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Feb 20, 2017
1 parent 69a0e9e commit 183eeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/admin/simp_le/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 183eeb3

Please sign in to comment.