treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "ditaa-0.11.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://github.com/stathissideris/ditaa/releases/download/v0.11.0/ditaa-0.11.0-standalone.jar;
|
||||
url = "https://github.com/stathissideris/ditaa/releases/download/v0.11.0/ditaa-0.11.0-standalone.jar";
|
||||
sha256 = "1acnl7khz8aasg230nbsx9dyf8716scgb5l3679cb2bdzxisl64l";
|
||||
};
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Convert ascii art diagrams into proper bitmap graphics";
|
||||
homepage = https://github.com/stathissideris/ditaa;
|
||||
homepage = "https://github.com/stathissideris/ditaa";
|
||||
license = licenses.lgpl3;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
||||
Reference in New Issue
Block a user