treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://libestr.adiscon.com/;
|
||||
homepage = "https://libestr.adiscon.com/";
|
||||
description = "Some essentials for string handling";
|
||||
license = licenses.lgpl21;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user