treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -81,7 +81,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "The GUI for MongoDB";
|
||||
homepage = https://www.mongodb.com/products/compass;
|
||||
homepage = "https://www.mongodb.com/products/compass";
|
||||
license = licenses.unfree;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user