1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +03:00

empy: quote homepage URL

This commit is contained in:
Ben Wolsieffer 2021-11-25 23:43:14 -05:00
parent f0976c39fc
commit 40dbbb642c

View file

@ -11,6 +11,6 @@ buildPythonPackage rec {
meta = { meta = {
description = "A powerful and robust templating system for Python"; description = "A powerful and robust templating system for Python";
homepage = http://www.alcyone.com/software/empy/; homepage = "http://www.alcyone.com/software/empy/";
}; };
} }