treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
|
||||
license = stdenv.lib.licenses.gpl3 ;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
homepage = https://common-lisp.net/project/armedbear/;
|
||||
homepage = "https://common-lisp.net/project/armedbear/";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user