treewide: unquote homepage in my packages

I don't like this personally but we have #27809 as a precedent.
This commit is contained in:
Nikolay Amiantov
2018-02-25 22:24:08 +03:00
parent ab7a07f73b
commit 08f8ad26b3
11 changed files with 14 additions and 14 deletions
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A powerful, fast and robust engine for processing 3D models into 3D printing instruction";
homepage = "https://github.com/Ultimaker/CuraEngine";
homepage = https://github.com/Ultimaker/CuraEngine;
license = licenses.agpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];