treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/sionescu/libfixposix;
|
||||
homepage = "https://github.com/sionescu/libfixposix";
|
||||
description = "Thin wrapper over POSIX syscalls and some replacement functionality";
|
||||
license = licenses.boost;
|
||||
maintainers = with maintainers; [ orivej raskin ];
|
||||
|
||||
Reference in New Issue
Block a user