treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "schroedinger-1.0.11";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://download.videolan.org/contrib/schroedinger-1.0.11.tar.gz;
|
||||
url = "https://download.videolan.org/contrib/schroedinger-1.0.11.tar.gz";
|
||||
sha256 = "04prr667l4sn4zx256v1z36a0nnkxfdqyln48rbwlamr6l3jlmqy";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user