treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
preFixup = ''rm -rf "$(pwd)" ''; # Hack to avoid TMPDIR in RPATHs
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/dell/libsmbios;
|
||||
homepage = "https://github.com/dell/libsmbios";
|
||||
description = "A library to obtain BIOS information";
|
||||
license = with licenses; [ osl21 gpl2Plus ];
|
||||
maintainers = with maintainers; [ ];
|
||||
|
||||
Reference in New Issue
Block a user