treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/xorg62/tty-clock;
|
||||
homepage = "https://github.com/xorg62/tty-clock";
|
||||
license = licenses.free;
|
||||
description = "Digital clock in ncurses";
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user