treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "1-Wire File System full library";
|
||||
homepage = https://owfs.org/;
|
||||
homepage = "https://owfs.org/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ disserman ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user