treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -4,7 +4,7 @@ assert mountPath != "";
|
||||
|
||||
let
|
||||
version = "0.5";
|
||||
git = https://github.com/LemonBoy/ldm.git;
|
||||
git = "https://github.com/LemonBoy/ldm.git";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ldm";
|
||||
|
||||
Reference in New Issue
Block a user