treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -40,7 +40,7 @@ python3Packages.buildPythonApplication rec {
|
||||
checkPhase = "nosetests";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/andreafrancia/trash-cli;
|
||||
homepage = "https://github.com/andreafrancia/trash-cli";
|
||||
description = "Command line tool for the desktop trash can";
|
||||
maintainers = [ maintainers.rycee ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user