treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
dontStrip = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://fricas.sourceforge.net/;
|
||||
homepage = "http://fricas.sourceforge.net/";
|
||||
description = "An advanced computer algebra system";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user