simp_le: Restricting to platforms.linux
This commit is contained in:
parent
7ab9e9b15b
commit
fb26b73f11
@ -29,6 +29,6 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
description = "Simple Let's Encrypt client";
|
description = "Simple Let's Encrypt client";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ gebner makefu ];
|
maintainers = with maintainers; [ gebner makefu ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user