treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user