treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://libcpuid.sourceforge.net/;
|
||||
homepage = "http://libcpuid.sourceforge.net/";
|
||||
description = "A small C library for x86 CPU detection and feature extraction";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ orivej artuuge ];
|
||||
|
||||
Reference in New Issue
Block a user