treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A development framework for C providing high performance and highly flexible algorithms";
|
||||
homepage = https://github.com/atheme/libmowgli-2;
|
||||
homepage = "https://github.com/atheme/libmowgli-2";
|
||||
license = licenses.isc;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user