treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
+2
-2
@@ -98,11 +98,11 @@ in
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "nix-env frontend written with Polymer";
|
||||
homepage = https://github.com/matejc/nixui;
|
||||
homepage = "https://github.com/matejc/nixui";
|
||||
license = "Apache-2.0";
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user