treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.tmsu.org;
|
||||
homepage = "http://www.tmsu.org";
|
||||
description = "A tool for tagging your files using a virtual filesystem";
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
license = licenses.gpl3;
|
||||
|
||||
Reference in New Issue
Block a user