treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "ADAPTIVE Communication Environment";
|
||||
homepage = http://www.dre.vanderbilt.edu/~schmidt/ACE.html;
|
||||
homepage = "http://www.dre.vanderbilt.edu/~schmidt/ACE.html";
|
||||
license = licenses.doc;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.nico202 ];
|
||||
|
||||
Reference in New Issue
Block a user