treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A simple general purpose plotting utility for tty with data input from stdin";
|
||||
homepage = https://github.com/tenox7/ttyplot;
|
||||
homepage = "https://github.com/tenox7/ttyplot";
|
||||
license = licenses.unlicense;
|
||||
maintainers = with maintainers; [ lassulus ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user