treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Helper scripts for use with the opkg package manager";
|
||||
homepage = http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/;
|
||||
homepage = "http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
||||
Reference in New Issue
Block a user