treewide: unquote homepage in my packages
I don't like this personally but we have #27809 as a precedent.
This commit is contained in:
@@ -91,7 +91,7 @@ in stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = false;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/Microsoft/CNTK";
|
||||
homepage = https://github.com/Microsoft/CNTK;
|
||||
description = "An open source deep-learning toolkit";
|
||||
license = if onebitSGDSupport then licenses.unfreeRedistributable else licenses.mit;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
|
||||
Reference in New Issue
Block a user