treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
patches = [
(fetchpatch {
url = https://patch-diff.githubusercontent.com/raw/wheineman/nrpl/pull/12.patch;
url = "https://patch-diff.githubusercontent.com/raw/wheineman/nrpl/pull/12.patch";
name = "update_for_new_nim.patch";
sha256 = "1zff7inhn3l1jnxcnidy705lzi3wqib1chf4rayh1g9i23an7wg1";
})
@@ -37,7 +37,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "REPL for the Nim programming language";
homepage = https://github.com/wheineman/nrpl;
homepage = "https://github.com/wheineman/nrpl";
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ];
platforms = with platforms; linux ++ darwin;