treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Tar-compatible block-based archiver";
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
homepage = http://viric.name/cgi-bin/btar;
|
||||
homepage = "http://viric.name/cgi-bin/btar";
|
||||
platforms = with stdenv.lib.platforms; all;
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user