treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A unit testing tool for running test plans which are written in any POSIX shell";
|
||||
homepage = http://bmizerany.github.io/roundup/;
|
||||
homepage = "http://bmizerany.github.io/roundup/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user