treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "SymEngine is a fast symbolic manipulation library";
|
||||
homepage = https://github.com/symengine/symengine;
|
||||
homepage = "https://github.com/symengine/symengine";
|
||||
platforms = platforms.unix ++ platforms.windows;
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
|
||||
Reference in New Issue
Block a user