treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Simple JavaScript Duckumentation generator.";
|
||||
homepage = https://github.com/senchalabs/jsduck;
|
||||
homepage = "https://github.com/senchalabs/jsduck";
|
||||
license = with licenses; gpl3;
|
||||
maintainers = with maintainers; [ periklis nicknovitski ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user