treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Low-level I/O helpers for hexadecimal, tty/serial devices and so on";
|
||||
homepage = https://github.com/vanrein/hexio;
|
||||
homepage = "https://github.com/vanrein/hexio";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
|
||||
Reference in New Issue
Block a user