treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support";
|
||||
homepage = https://libosinfo.org/;
|
||||
homepage = "https://libosinfo.org/";
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
||||
Reference in New Issue
Block a user